Html Css Color HEX #CFB66E Putty

📋 copy color: '#CFB66E'

red 207 ◦ green 182 ◦ blue 110

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

Shades of Putty #CFB66E

Tints of Putty #CFB66E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.47%

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

R = 41.48%
G = 36.47%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFB66E (or 0xCFB66E) is known color: Putty. HEX triplet: CF, B6 and 6E. RGB value is (207,182,110). Sum of RGB (Red+Green+Blue) = 207+182+110=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66E is #304991. Grayscale: #B5B5B5. Windows color (decimal): -3164562 or 7255759. OLE color: 7255759.

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

Color convert

RGB 207 182 110 -
CMYK 0 0.12 0.47 0.19
HSL 44.54º 0.5% 0.62% -
HSV(B) 44.54º 0.47% 0.81% -
XYZ 45.27 47.85 21.6 -
YUV 181.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 207 182 110 0 0.12 0.47 0.19 44.54 0.5 0.62
Hex CF B6 6E 0 C 2F 13 2D 32 3E
Octal 317 266 156 0 14 57 23 55 62 76
Binary 11001111 10110110 1101110 0 1100 101111 10011 101101 110010 111110

Color Harmonies of #CFB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB66E

Black with #CFB66E

Text Example


Text Example

White with #CFB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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