Html Css Color HEX #CEA372 Putty

📋 copy color: '#CEA372'

red 206 ◦ green 163 ◦ blue 114

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

Shades of Putty #CEA372

Tints of Putty #CEA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 42.65%
G = 33.75%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEA372 (or 0xCEA372) is known color: Putty. HEX triplet: CE, A3 and 72. RGB value is (206,163,114). Sum of RGB (Red+Green+Blue) = 206+163+114=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA372 is #315C8D. Grayscale: #AAAAAA. Windows color (decimal): -3234958 or 7513038. OLE color: 7513038.

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

Color convert

RGB 206 163 114 -
CMYK 0 0.21 0.45 0.19
HSL 31.96º 0.48% 0.63% -
HSV(B) 31.96º 0.45% 0.81% -
XYZ 41.59 40.53 21.55 -
YUV 170.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 206 163 114 0 0.21 0.45 0.19 31.96 0.48 0.63
Hex CE A3 72 0 15 2D 13 20 30 3F
Octal 316 243 162 0 25 55 23 40 60 77
Binary 11001110 10100011 1110010 0 10101 101101 10011 100000 110000 111111

Color Harmonies of #CEA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA372

Black with #CEA372

Text Example


Text Example

White with #CEA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA372; }

 p { color: rgb(206,163,114); }

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

background-color css

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

 a { background-color: rgb(206,163,114); }

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

border-color css

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

 span { border-color: rgb(206,163,114); }

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