Html Css Color HEX #CFA876 Putty

📋 copy color: '#CFA876'

red 207 ◦ green 168 ◦ blue 118

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

Shades of Putty #CFA876

Tints of Putty #CFA876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 118 (46.48% from 255) = 23.94%

R = 41.99%
G = 34.08%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFA876 (or 0xCFA876) is known color: Putty. HEX triplet: CF, A8 and 76. RGB value is (207,168,118). Sum of RGB (Red+Green+Blue) = 207+168+118=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA876 is #305789. Grayscale: #AEAEAE. Windows color (decimal): -3168138 or 7776463. OLE color: 7776463.

HSL color Cylindrical-coordinate representation of color #CFA876: hue angle of 33.71º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA876 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 168 118 -
CMYK 0 0.19 0.43 0.19
HSL 33.71º 0.48% 0.64% -
HSV(B) 33.71º 0.43% 0.81% -
XYZ 43 42.58 23.09 -
YUV 173.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 207 168 118 0 0.19 0.43 0.19 33.71 0.48 0.64
Hex CF A8 76 0 13 2B 13 22 30 40
Octal 317 250 166 0 23 53 23 42 60 100
Binary 11001111 10101000 1110110 0 10011 101011 10011 100010 110000 1000000

Color Harmonies of #CFA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA876

Black with #CFA876

Text Example


Text Example

White with #CFA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA876; }

 p { color: rgb(207,168,118); }

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

background-color css

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

 a { background-color: rgb(207,168,118); }

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

border-color css

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

 span { border-color: rgb(207,168,118); }

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