Html Css Color HEX #CFA877 Putty

📋 copy color: '#CFA877'

red 207 ◦ green 168 ◦ blue 119

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

Shades of Putty #CFA877

Tints of Putty #CFA877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 41.9%
G = 34.01%
B = 24.09%

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

#CFA877 (or 0xCFA877) is known color: Putty. HEX triplet: CF, A8 and 77. RGB value is (207,168,119). Sum of RGB (Red+Green+Blue) = 207+168+119=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA877 is #305788. Grayscale: #AEAEAE. Windows color (decimal): -3168137 or 7841999. OLE color: 7841999.

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

Color convert

RGB 207 168 119 -
CMYK 0 0.19 0.43 0.19
HSL 33.41º 0.48% 0.64% -
HSV(B) 33.41º 0.43% 0.81% -
XYZ 43.06 42.6 23.41 -
YUV 174.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 207 168 119 0 0.19 0.43 0.19 33.41 0.48 0.64
Hex CF A8 77 0 13 2B 13 21 30 40
Octal 317 250 167 0 23 53 23 41 60 100
Binary 11001111 10101000 1110111 0 10011 101011 10011 100001 110000 1000000

Color Harmonies of #CFA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA877

Black with #CFA877

Text Example


Text Example

White with #CFA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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