Html Css Color HEX #CEA877 Putty

📋 copy color: '#CEA877'

red 206 ◦ green 168 ◦ blue 119

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

Shades of Putty #CEA877

Tints of Putty #CEA877

RGB

 RED value IS 206 (80.86% from 255) = 41.78%

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

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

R = 41.78%
G = 34.08%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA877 (or 0xCEA877) is known color: Putty. HEX triplet: CE, A8 and 77. RGB value is (206,168,119). Sum of RGB (Red+Green+Blue) = 206+168+119=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA877 is #315788. Grayscale: #AEAEAE. Windows color (decimal): -3233673 or 7841998. OLE color: 7841998.

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

Color convert

RGB 206 168 119 -
CMYK 0 0.18 0.42 0.19
HSL 33.79º 0.47% 0.64% -
HSV(B) 33.79º 0.42% 0.81% -
XYZ 42.79 42.46 23.39 -
YUV 173.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 206 168 119 0 0.18 0.42 0.19 33.79 0.47 0.64
Hex CE A8 77 0 12 2A 13 22 2F 40
Octal 316 250 167 0 22 52 23 42 57 100
Binary 11001110 10101000 1110111 0 10010 101010 10011 100010 101111 1000000

Color Harmonies of #CEA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA877

Black with #CEA877

Text Example


Text Example

White with #CEA877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA877; }

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

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

background-color css

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

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

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

border-color css

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

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

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