Html Css Color HEX #CEA571 Putty

📋 copy color: '#CEA571'

red 206 ◦ green 165 ◦ blue 113

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

Shades of Putty #CEA571

Tints of Putty #CEA571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 42.56%
G = 34.09%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEA571 (or 0xCEA571) is known color: Putty. HEX triplet: CE, A5 and 71. RGB value is (206,165,113). Sum of RGB (Red+Green+Blue) = 206+165+113=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA571 is #315A8E. Grayscale: #ABABAB. Windows color (decimal): -3234447 or 7448014. OLE color: 7448014.

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

Color convert

RGB 206 165 113 -
CMYK 0 0.20 0.45 0.19
HSL 33.55º 0.49% 0.63% -
HSV(B) 33.55º 0.45% 0.81% -
XYZ 41.89 41.22 21.37 -
YUV 171.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 206 165 113 0 0.20 0.45 0.19 33.55 0.49 0.63
Hex CE A5 71 0 14 2D 13 22 31 3F
Octal 316 245 161 0 24 55 23 42 61 77
Binary 11001110 10100101 1110001 0 10100 101101 10011 100010 110001 111111

Color Harmonies of #CEA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA571

Black with #CEA571

Text Example


Text Example

White with #CEA571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA571; }

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

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

background-color css

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

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

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

border-color css

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

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

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