Html Css Color HEX #CFB872 Putty

📋 copy color: '#CFB872'

red 207 ◦ green 184 ◦ blue 114

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

Shades of Putty #CFB872

Tints of Putty #CFB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 40.99%
G = 36.44%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB872 (or 0xCFB872) is known color: Putty. HEX triplet: CF, B8 and 72. RGB value is (207,184,114). Sum of RGB (Red+Green+Blue) = 207+184+114=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB872 is #30478D. Grayscale: #B7B7B7. Windows color (decimal): -3164046 or 7518415. OLE color: 7518415.

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

Color convert

RGB 207 184 114 -
CMYK 0 0.11 0.45 0.19
HSL 45.16º 0.49% 0.63% -
HSV(B) 45.16º 0.45% 0.81% -
XYZ 45.91 48.76 22.91 -
YUV 182.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 207 184 114 0 0.11 0.45 0.19 45.16 0.49 0.63
Hex CF B8 72 0 B 2D 13 2D 31 3F
Octal 317 270 162 0 13 55 23 55 61 77
Binary 11001111 10111000 1110010 0 1011 101101 10011 101101 110001 111111

Color Harmonies of #CFB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB872

Black with #CFB872

Text Example


Text Example

White with #CFB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB872; }

 p { color: rgb(207,184,114); }

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

background-color css

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

 a { background-color: rgb(207,184,114); }

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

border-color css

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

 span { border-color: rgb(207,184,114); }

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