Html Css Color HEX #CEA771 Putty

📋 copy color: '#CEA771'

red 206 ◦ green 167 ◦ blue 113

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

Shades of Putty #CEA771

Tints of Putty #CEA771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.36%

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

R = 42.39%
G = 34.36%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEA771 (or 0xCEA771) is known color: Putty. HEX triplet: CE, A7 and 71. RGB value is (206,167,113). Sum of RGB (Red+Green+Blue) = 206+167+113=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA771 is #31588E. Grayscale: #ACACAC. Windows color (decimal): -3233935 or 7448526. OLE color: 7448526.

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

Color convert

RGB 206 167 113 -
CMYK 0 0.19 0.45 0.19
HSL 34.84º 0.49% 0.63% -
HSV(B) 34.84º 0.45% 0.81% -
XYZ 42.25 41.95 21.49 -
YUV 172.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 206 167 113 0 0.19 0.45 0.19 34.84 0.49 0.63
Hex CE A7 71 0 13 2D 13 23 31 3F
Octal 316 247 161 0 23 55 23 43 61 77
Binary 11001110 10100111 1110001 0 10011 101101 10011 100011 110001 111111

Color Harmonies of #CEA771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA771

Black with #CEA771

Text Example


Text Example

White with #CEA771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA771; }

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

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

background-color css

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

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

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

border-color css

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

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

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