Html Css Color HEX #CEA973 Putty

📋 copy color: '#CEA973'

red 206 ◦ green 169 ◦ blue 115

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

Shades of Putty #CEA973

Tints of Putty #CEA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 42.04%
G = 34.49%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA973 (or 0xCEA973) is known color: Putty. HEX triplet: CE, A9 and 73. RGB value is (206,169,115). Sum of RGB (Red+Green+Blue) = 206+169+115=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA973 is #31568C. Grayscale: #AEAEAE. Windows color (decimal): -3233421 or 7580110. OLE color: 7580110.

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

Color convert

RGB 206 169 115 -
CMYK 0 0.18 0.44 0.19
HSL 35.6º 0.48% 0.63% -
HSV(B) 35.6º 0.44% 0.81% -
XYZ 42.74 42.74 22.22 -
YUV 173.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 206 169 115 0 0.18 0.44 0.19 35.6 0.48 0.63
Hex CE A9 73 0 12 2C 13 24 30 3F
Octal 316 251 163 0 22 54 23 44 60 77
Binary 11001110 10101001 1110011 0 10010 101100 10011 100100 110000 111111

Color Harmonies of #CEA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA973

Black with #CEA973

Text Example


Text Example

White with #CEA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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