Html Css Color HEX #CEA46D Putty

📋 copy color: '#CEA46D'

red 206 ◦ green 164 ◦ blue 109

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

Shades of Putty #CEA46D

Tints of Putty #CEA46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 43.01%
G = 34.24%
B = 22.76%

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

#CEA46D (or 0xCEA46D) is known color: Putty. HEX triplet: CE, A4 and 6D. RGB value is (206,164,109). Sum of RGB (Red+Green+Blue) = 206+164+109=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA46D is #315B92. Grayscale: #AAAAAA. Windows color (decimal): -3234707 or 7185614. OLE color: 7185614.

HSL color Cylindrical-coordinate representation of color #CEA46D: hue angle of 34.02º degrees, saturation: 0.5, 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 #CEA46D is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 109 -
CMYK 0 0.20 0.47 0.19
HSL 34.02º 0.5% 0.62% -
HSV(B) 34.02º 0.47% 0.81% -
XYZ 41.49 40.78 20.15 -
YUV 170.29 93.41 153.47 -
System Red Green Blue C M Y K H S L
Decimal 206 164 109 0 0.20 0.47 0.19 34.02 0.5 0.62
Hex CE A4 6D 0 14 2F 13 22 32 3E
Octal 316 244 155 0 24 57 23 42 62 76
Binary 11001110 10100100 1101101 0 10100 101111 10011 100010 110010 111110

Color Harmonies of #CEA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA46D

Black with #CEA46D

Text Example


Text Example

White with #CEA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA46D; }

 p { color: rgb(206,164,109); }

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

background-color css

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

 a { background-color: rgb(206,164,109); }

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

border-color css

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

 span { border-color: rgb(206,164,109); }

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