Html Css Color HEX #CEA775 Putty

📋 copy color: '#CEA775'

red 206 ◦ green 167 ◦ blue 117

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

Shades of Putty #CEA775

Tints of Putty #CEA775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 42.04%
G = 34.08%
B = 23.88%

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

#CEA775 (or 0xCEA775) is known color: Putty. HEX triplet: CE, A7 and 75. RGB value is (206,167,117). Sum of RGB (Red+Green+Blue) = 206+167+117=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA775 is #31588A. Grayscale: #ADADAD. Windows color (decimal): -3233931 or 7710670. OLE color: 7710670.

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

Color convert

RGB 206 167 117 -
CMYK 0 0.19 0.43 0.19
HSL 33.71º 0.48% 0.63% -
HSV(B) 33.71º 0.43% 0.81% -
XYZ 42.48 42.04 22.71 -
YUV 172.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 206 167 117 0 0.19 0.43 0.19 33.71 0.48 0.63
Hex CE A7 75 0 13 2B 13 22 30 3F
Octal 316 247 165 0 23 53 23 42 60 77
Binary 11001110 10100111 1110101 0 10011 101011 10011 100010 110000 111111

Color Harmonies of #CEA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA775

Black with #CEA775

Text Example


Text Example

White with #CEA775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA775; }

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

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

background-color css

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

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

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

border-color css

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

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

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