Html Css Color HEX #CEAA6C Putty

📋 copy color: '#CEAA6C'

red 206 ◦ green 170 ◦ blue 108

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

Shades of Putty #CEAA6C

Tints of Putty #CEAA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 42.56%
G = 35.12%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEAA6C (or 0xCEAA6C) is known color: Putty. HEX triplet: CE, AA and 6C. RGB value is (206,170,108). Sum of RGB (Red+Green+Blue) = 206+170+108=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA6C is #315593. Grayscale: #ADADAD. Windows color (decimal): -3233172 or 7121614. OLE color: 7121614.

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

Color convert

RGB 206 170 108 -
CMYK 0 0.17 0.48 0.19
HSL 37.96º 0.5% 0.62% -
HSV(B) 37.96º 0.48% 0.81% -
XYZ 42.54 42.95 20.24 -
YUV 173.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 206 170 108 0 0.17 0.48 0.19 37.96 0.5 0.62
Hex CE AA 6C 0 11 30 13 26 32 3E
Octal 316 252 154 0 21 60 23 46 62 76
Binary 11001110 10101010 1101100 0 10001 110000 10011 100110 110010 111110

Color Harmonies of #CEAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAA6C

Black with #CEAA6C

Text Example


Text Example

White with #CEAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAA6C; }

 p { color: rgb(206,170,108); }

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

background-color css

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

 a { background-color: rgb(206,170,108); }

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

border-color css

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

 span { border-color: rgb(206,170,108); }

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