Html Css Color HEX #CEA575 Putty

📋 copy color: '#CEA575'

red 206 ◦ green 165 ◦ blue 117

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

Shades of Putty #CEA575

Tints of Putty #CEA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 42.21%
G = 33.81%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEA575 (or 0xCEA575) is known color: Putty. HEX triplet: CE, A5 and 75. RGB value is (206,165,117). Sum of RGB (Red+Green+Blue) = 206+165+117=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA575 is #315A8A. Grayscale: #ACACAC. Windows color (decimal): -3234443 or 7710158. OLE color: 7710158.

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

Color convert

RGB 206 165 117 -
CMYK 0 0.20 0.43 0.19
HSL 32.36º 0.48% 0.63% -
HSV(B) 32.36º 0.43% 0.81% -
XYZ 42.12 41.32 22.58 -
YUV 171.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 206 165 117 0 0.20 0.43 0.19 32.36 0.48 0.63
Hex CE A5 75 0 14 2B 13 20 30 3F
Octal 316 245 165 0 24 53 23 40 60 77
Binary 11001110 10100101 1110101 0 10100 101011 10011 100000 110000 111111

Color Harmonies of #CEA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA575

Black with #CEA575

Text Example


Text Example

White with #CEA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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