Html Css Color HEX #CEA570 Putty

📋 copy color: '#CEA570'

red 206 ◦ green 165 ◦ blue 112

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

Shades of Putty #CEA570

Tints of Putty #CEA570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.19%

R = 42.65%
G = 34.16%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEA570 (or 0xCEA570) is known color: Putty. HEX triplet: CE, A5 and 70. RGB value is (206,165,112). Sum of RGB (Red+Green+Blue) = 206+165+112=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA570 is #315A8F. Grayscale: #ABABAB. Windows color (decimal): -3234448 or 7382478. OLE color: 7382478.

HSL color Cylindrical-coordinate representation of color #CEA570: hue angle of 33.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA570 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 165 112 -
CMYK 0 0.20 0.46 0.19
HSL 33.83º 0.49% 0.62% -
HSV(B) 33.83º 0.46% 0.81% -
XYZ 41.83 41.2 21.08 -
YUV 171.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 206 165 112 0 0.20 0.46 0.19 33.83 0.49 0.62
Hex CE A5 70 0 14 2E 13 22 31 3E
Octal 316 245 160 0 24 56 23 42 61 76
Binary 11001110 10100101 1110000 0 10100 101110 10011 100010 110001 111110

Color Harmonies of #CEA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA570

Black with #CEA570

Text Example


Text Example

White with #CEA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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