Html Css Color HEX #CEA56E Putty

📋 copy color: '#CEA56E'

red 206 ◦ green 165 ◦ blue 110

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

Shades of Putty #CEA56E

Tints of Putty #CEA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.3%

 BLUE value IS 110 (43.36% from 255) = 22.87%

R = 42.83%
G = 34.3%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEA56E (or 0xCEA56E) is known color: Putty. HEX triplet: CE, A5 and 6E. RGB value is (206,165,110). Sum of RGB (Red+Green+Blue) = 206+165+110=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA56E is #315A91. Grayscale: #ABABAB. Windows color (decimal): -3234450 or 7251406. OLE color: 7251406.

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

Color convert

RGB 206 165 110 -
CMYK 0 0.20 0.47 0.19
HSL 34.38º 0.49% 0.62% -
HSV(B) 34.38º 0.47% 0.81% -
XYZ 41.72 41.16 20.5 -
YUV 170.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 206 165 110 0 0.20 0.47 0.19 34.38 0.49 0.62
Hex CE A5 6E 0 14 2F 13 22 31 3E
Octal 316 245 156 0 24 57 23 42 61 76
Binary 11001110 10100101 1101110 0 10100 101111 10011 100010 110001 111110

Color Harmonies of #CEA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA56E

Black with #CEA56E

Text Example


Text Example

White with #CEA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA56E; }

 p { color: rgb(206,165,110); }

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

background-color css

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

 a { background-color: rgb(206,165,110); }

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

border-color css

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

 span { border-color: rgb(206,165,110); }

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