Html Css Color HEX #CFB972 Putty

📋 copy color: '#CFB972'

red 207 ◦ green 185 ◦ blue 114

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

Shades of Putty #CFB972

Tints of Putty #CFB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

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

R = 40.91%
G = 36.56%
B = 22.53%

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

#CFB972 (or 0xCFB972) is known color: Putty. HEX triplet: CF, B9 and 72. RGB value is (207,185,114). Sum of RGB (Red+Green+Blue) = 207+185+114=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB972 is #30468D. Grayscale: #B7B7B7. Windows color (decimal): -3163790 or 7518671. OLE color: 7518671.

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

Color convert

RGB 207 185 114 -
CMYK 0 0.11 0.45 0.19
HSL 45.81º 0.49% 0.63% -
HSV(B) 45.81º 0.45% 0.81% -
XYZ 46.12 49.18 22.98 -
YUV 183.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 207 185 114 0 0.11 0.45 0.19 45.81 0.49 0.63
Hex CF B9 72 0 B 2D 13 2E 31 3F
Octal 317 271 162 0 13 55 23 56 61 77
Binary 11001111 10111001 1110010 0 1011 101101 10011 101110 110001 111111

Color Harmonies of #CFB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB972

Black with #CFB972

Text Example


Text Example

White with #CFB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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