Html Css Color HEX #CEA371 Putty

📋 copy color: '#CEA371'

red 206 ◦ green 163 ◦ blue 113

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

Shades of Putty #CEA371

Tints of Putty #CEA371

RGB

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

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

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

R = 42.74%
G = 33.82%
B = 23.44%

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

#CEA371 (or 0xCEA371) is known color: Putty. HEX triplet: CE, A3 and 71. RGB value is (206,163,113). Sum of RGB (Red+Green+Blue) = 206+163+113=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA371 is #315C8E. Grayscale: #AAAAAA. Windows color (decimal): -3234959 or 7447502. OLE color: 7447502.

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

Color convert

RGB 206 163 113 -
CMYK 0 0.21 0.45 0.19
HSL 32.26º 0.49% 0.63% -
HSV(B) 32.26º 0.45% 0.81% -
XYZ 41.53 40.51 21.25 -
YUV 170.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 206 163 113 0 0.21 0.45 0.19 32.26 0.49 0.63
Hex CE A3 71 0 15 2D 13 20 31 3F
Octal 316 243 161 0 25 55 23 40 61 77
Binary 11001110 10100011 1110001 0 10101 101101 10011 100000 110001 111111

Color Harmonies of #CEA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA371

Black with #CEA371

Text Example


Text Example

White with #CEA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA371; }

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

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

background-color css

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

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

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

border-color css

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

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

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