Html Css Color HEX #CFB06E Putty

📋 copy color: '#CFB06E'

red 207 ◦ green 176 ◦ blue 110

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

Shades of Putty #CFB06E

Tints of Putty #CFB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 41.99%
G = 35.7%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFB06E (or 0xCFB06E) is known color: Putty. HEX triplet: CF, B0 and 6E. RGB value is (207,176,110). Sum of RGB (Red+Green+Blue) = 207+176+110=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB06E is #304F91. Grayscale: #B2B2B2. Windows color (decimal): -3166098 or 7254223. OLE color: 7254223.

HSL color Cylindrical-coordinate representation of color #CFB06E: hue angle of 40.82º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFB06E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 110 -
CMYK 0 0.15 0.47 0.19
HSL 40.82º 0.5% 0.62% -
HSV(B) 40.82º 0.47% 0.81% -
XYZ 44.07 45.44 21.2 -
YUV 177.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 207 176 110 0 0.15 0.47 0.19 40.82 0.5 0.62
Hex CF B0 6E 0 F 2F 13 29 32 3E
Octal 317 260 156 0 17 57 23 51 62 76
Binary 11001111 10110000 1101110 0 1111 101111 10011 101001 110010 111110

Color Harmonies of #CFB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB06E

Black with #CFB06E

Text Example


Text Example

White with #CFB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB06E; }

 p { color: rgb(207,176,110); }

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

background-color css

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

 a { background-color: rgb(207,176,110); }

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

border-color css

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

 span { border-color: rgb(207,176,110); }

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