Html Css Color HEX #CEA776 Putty

📋 copy color: '#CEA776'

red 206 ◦ green 167 ◦ blue 118

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

Shades of Putty #CEA776

Tints of Putty #CEA776

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

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

R = 41.96%
G = 34.01%
B = 24.03%

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

#CEA776 (or 0xCEA776) is known color: Putty. HEX triplet: CE, A7 and 76. RGB value is (206,167,118). Sum of RGB (Red+Green+Blue) = 206+167+118=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA776 is #315889. Grayscale: #ADADAD. Windows color (decimal): -3233930 or 7776206. OLE color: 7776206.

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

Color convert

RGB 206 167 118 -
CMYK 0 0.19 0.43 0.19
HSL 33.41º 0.47% 0.64% -
HSV(B) 33.41º 0.43% 0.81% -
XYZ 42.54 42.07 23.02 -
YUV 173.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 206 167 118 0 0.19 0.43 0.19 33.41 0.47 0.64
Hex CE A7 76 0 13 2B 13 21 2F 40
Octal 316 247 166 0 23 53 23 41 57 100
Binary 11001110 10100111 1110110 0 10011 101011 10011 100001 101111 1000000

Color Harmonies of #CEA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA776

Black with #CEA776

Text Example


Text Example

White with #CEA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA776; }

 p { color: rgb(206,167,118); }

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

background-color css

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

 a { background-color: rgb(206,167,118); }

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

border-color css

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

 span { border-color: rgb(206,167,118); }

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