Html Css Color HEX #CFB16E Putty

📋 copy color: '#CFB16E'

red 207 ◦ green 177 ◦ blue 110

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

Shades of Putty #CFB16E

Tints of Putty #CFB16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.83%

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

R = 41.9%
G = 35.83%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFB16E (or 0xCFB16E) is known color: Putty. HEX triplet: CF, B1 and 6E. RGB value is (207,177,110). Sum of RGB (Red+Green+Blue) = 207+177+110=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16E is #304E91. Grayscale: #B2B2B2. Windows color (decimal): -3165842 or 7254479. OLE color: 7254479.

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

Color convert

RGB 207 177 110 -
CMYK 0 0.14 0.47 0.19
HSL 41.44º 0.5% 0.62% -
HSV(B) 41.44º 0.47% 0.81% -
XYZ 44.27 45.84 21.27 -
YUV 178.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 207 177 110 0 0.14 0.47 0.19 41.44 0.5 0.62
Hex CF B1 6E 0 E 2F 13 29 32 3E
Octal 317 261 156 0 16 57 23 51 62 76
Binary 11001111 10110001 1101110 0 1110 101111 10011 101001 110010 111110

Color Harmonies of #CFB16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB16E

Black with #CFB16E

Text Example


Text Example

White with #CFB16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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