Html Css Color HEX #CEA773 Putty

📋 copy color: '#CEA773'

red 206 ◦ green 167 ◦ blue 115

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

Shades of Putty #CEA773

Tints of Putty #CEA773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 42.21%
G = 34.22%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA773 (or 0xCEA773) is known color: Putty. HEX triplet: CE, A7 and 73. RGB value is (206,167,115). Sum of RGB (Red+Green+Blue) = 206+167+115=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA773 is #31588C. Grayscale: #ACACAC. Windows color (decimal): -3233933 or 7579598. OLE color: 7579598.

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

Color convert

RGB 206 167 115 -
CMYK 0 0.19 0.44 0.19
HSL 34.29º 0.48% 0.63% -
HSV(B) 34.29º 0.44% 0.81% -
XYZ 42.37 42 22.09 -
YUV 172.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 206 167 115 0 0.19 0.44 0.19 34.29 0.48 0.63
Hex CE A7 73 0 13 2C 13 22 30 3F
Octal 316 247 163 0 23 54 23 42 60 77
Binary 11001110 10100111 1110011 0 10011 101100 10011 100010 110000 111111

Color Harmonies of #CEA773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA773

Black with #CEA773

Text Example


Text Example

White with #CEA773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA773; }

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

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

background-color css

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

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

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

border-color css

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

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

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