Html Css Color HEX #CFB572 Putty

📋 copy color: '#CFB572'

red 207 ◦ green 181 ◦ blue 114

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

Shades of Putty #CFB572

Tints of Putty #CFB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.06%

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

R = 41.24%
G = 36.06%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB572 (or 0xCFB572) is known color: Putty. HEX triplet: CF, B5 and 72. RGB value is (207,181,114). Sum of RGB (Red+Green+Blue) = 207+181+114=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB572 is #304A8D. Grayscale: #B5B5B5. Windows color (decimal): -3164814 or 7517647. OLE color: 7517647.

HSL color Cylindrical-coordinate representation of color #CFB572: hue angle of 43.23º 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 #CFB572 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 114 -
CMYK 0 0.13 0.45 0.19
HSL 43.23º 0.49% 0.63% -
HSV(B) 43.23º 0.45% 0.81% -
XYZ 45.29 47.53 22.71 -
YUV 181.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 207 181 114 0 0.13 0.45 0.19 43.23 0.49 0.63
Hex CF B5 72 0 D 2D 13 2B 31 3F
Octal 317 265 162 0 15 55 23 53 61 77
Binary 11001111 10110101 1110010 0 1101 101101 10011 101011 110001 111111

Color Harmonies of #CFB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB572

Black with #CFB572

Text Example


Text Example

White with #CFB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB572; }

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

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

background-color css

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

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

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

border-color css

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

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

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