Html Css Color HEX #CEA675 Putty

📋 copy color: '#CEA675'

red 206 ◦ green 166 ◦ blue 117

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

Shades of Putty #CEA675

Tints of Putty #CEA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

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

R = 42.13%
G = 33.95%
B = 23.93%

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

#CEA675 (or 0xCEA675) is known color: Putty. HEX triplet: CE, A6 and 75. RGB value is (206,166,117). Sum of RGB (Red+Green+Blue) = 206+166+117=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA675 is #31598A. Grayscale: #ACACAC. Windows color (decimal): -3234187 or 7710414. OLE color: 7710414.

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

Color convert

RGB 206 166 117 -
CMYK 0 0.19 0.43 0.19
HSL 33.03º 0.48% 0.63% -
HSV(B) 33.03º 0.43% 0.81% -
XYZ 42.3 41.68 22.64 -
YUV 172.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 206 166 117 0 0.19 0.43 0.19 33.03 0.48 0.63
Hex CE A6 75 0 13 2B 13 21 30 3F
Octal 316 246 165 0 23 53 23 41 60 77
Binary 11001110 10100110 1110101 0 10011 101011 10011 100001 110000 111111

Color Harmonies of #CEA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA675

Black with #CEA675

Text Example


Text Example

White with #CEA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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