Html Css Color HEX #CFB374 Putty

📋 copy color: '#CFB374'

red 207 ◦ green 179 ◦ blue 116

#CFB374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CFB374

Tints of Putty #CFB374

RGB

 RED value IS 207 (81.25% from 255) = 41.24%

 GREEN value IS 179 (70.31% from 255) = 35.66%

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 41.24%
G = 35.66%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB374 (or 0xCFB374) is known color: Putty. HEX triplet: CF, B3 and 74. RGB value is (207,179,116). Sum of RGB (Red+Green+Blue) = 207+179+116=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB374 is #304C8B. Grayscale: #B4B4B4. Windows color (decimal): -3165324 or 7648207. OLE color: 7648207.

HSL color Cylindrical-coordinate representation of color #CFB374: hue angle of 41.54º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFB374 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 116 -
CMYK 0 0.14 0.44 0.19
HSL 41.54º 0.49% 0.63% -
HSV(B) 41.54º 0.44% 0.81% -
XYZ 45 46.77 23.18 -
YUV 180.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 207 179 116 0 0.14 0.44 0.19 41.54 0.49 0.63
Hex CF B3 74 0 E 2C 13 2A 31 3F
Octal 317 263 164 0 16 54 23 52 61 77
Binary 11001111 10110011 1110100 0 1110 101100 10011 101010 110001 111111

Color Harmonies of #CFB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB374

Black with #CFB374

Text Example


Text Example

White with #CFB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB374; }

 p { color: rgb(207,179,116); }

 H1.HeaderClassName
 {
   color: #CFB374;
 }
 .AnyTagClassName
 {
   color: #CFB374;
 }
</style>

background-color css

<style>
 a { background-color: #CFB374; }

 a { background-color: rgb(207,179,116); }

 div.DivClassName
 {
   background-color: #CFB374;
 }
 .BgClassName
 {
   background-color: #CFB374;
 }
</style>

border-color css

<style>
 span { border-color: #CFB374; }

 span { border-color: rgb(207,179,116); }

 td.TdClassName
 {
   border-color: #CFB374;
 }
 .TagClassName
 {
   border-color: #CFB374;
 }
</style>