Html Css Color HEX #CEA970 Putty

📋 copy color: '#CEA970'

red 206 ◦ green 169 ◦ blue 112

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

Shades of Putty #CEA970

Tints of Putty #CEA970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23%

R = 42.3%
G = 34.7%
B = 23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEA970 (or 0xCEA970) is known color: Putty. HEX triplet: CE, A9 and 70. RGB value is (206,169,112). Sum of RGB (Red+Green+Blue) = 206+169+112=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA970 is #31568F. Grayscale: #ADADAD. Windows color (decimal): -3233424 or 7383502. OLE color: 7383502.

HSL color Cylindrical-coordinate representation of color #CEA970: hue angle of 36.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEA970 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 112 -
CMYK 0 0.18 0.46 0.19
HSL 36.38º 0.49% 0.62% -
HSV(B) 36.38º 0.46% 0.81% -
XYZ 42.57 42.67 21.32 -
YUV 173.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 206 169 112 0 0.18 0.46 0.19 36.38 0.49 0.62
Hex CE A9 70 0 12 2E 13 24 31 3E
Octal 316 251 160 0 22 56 23 44 61 76
Binary 11001110 10101001 1110000 0 10010 101110 10011 100100 110001 111110

Color Harmonies of #CEA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA970

Black with #CEA970

Text Example


Text Example

White with #CEA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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