Html Css Color HEX #CFB76E Putty

📋 copy color: '#CFB76E'

red 207 ◦ green 183 ◦ blue 110

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

Shades of Putty #CFB76E

Tints of Putty #CFB76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.6%

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

R = 41.4%
G = 36.6%
B = 22%

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

#CFB76E (or 0xCFB76E) is known color: Putty. HEX triplet: CF, B7 and 6E. RGB value is (207,183,110). Sum of RGB (Red+Green+Blue) = 207+183+110=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB76E is #304891. Grayscale: #B6B6B6. Windows color (decimal): -3164306 or 7256015. OLE color: 7256015.

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

Color convert

RGB 207 183 110 -
CMYK 0 0.12 0.47 0.19
HSL 45.15º 0.5% 0.62% -
HSV(B) 45.15º 0.47% 0.81% -
XYZ 45.48 48.26 21.67 -
YUV 181.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 207 183 110 0 0.12 0.47 0.19 45.15 0.5 0.62
Hex CF B7 6E 0 C 2F 13 2D 32 3E
Octal 317 267 156 0 14 57 23 55 62 76
Binary 11001111 10110111 1101110 0 1100 101111 10011 101101 110010 111110

Color Harmonies of #CFB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB76E

Black with #CFB76E

Text Example


Text Example

White with #CFB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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