Html Css Color HEX #CEA770 Putty

📋 copy color: '#CEA770'

red 206 ◦ green 167 ◦ blue 112

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

Shades of Putty #CEA770

Tints of Putty #CEA770

RGB

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

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

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

R = 42.47%
G = 34.43%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEA770 (or 0xCEA770) is known color: Putty. HEX triplet: CE, A7 and 70. RGB value is (206,167,112). Sum of RGB (Red+Green+Blue) = 206+167+112=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA770 is #31588F. Grayscale: #ACACAC. Windows color (decimal): -3233936 or 7382990. OLE color: 7382990.

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

Color convert

RGB 206 167 112 -
CMYK 0 0.19 0.46 0.19
HSL 35.11º 0.49% 0.62% -
HSV(B) 35.11º 0.46% 0.81% -
XYZ 42.2 41.93 21.2 -
YUV 172.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 206 167 112 0 0.19 0.46 0.19 35.11 0.49 0.62
Hex CE A7 70 0 13 2E 13 23 31 3E
Octal 316 247 160 0 23 56 23 43 61 76
Binary 11001110 10100111 1110000 0 10011 101110 10011 100011 110001 111110

Color Harmonies of #CEA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA770

Black with #CEA770

Text Example


Text Example

White with #CEA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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