Html Css Color HEX #CEA672 Putty

📋 copy color: '#CEA672'

red 206 ◦ green 166 ◦ blue 114

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

Shades of Putty #CEA672

Tints of Putty #CEA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 42.39%
G = 34.16%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEA672 (or 0xCEA672) is known color: Putty. HEX triplet: CE, A6 and 72. RGB value is (206,166,114). Sum of RGB (Red+Green+Blue) = 206+166+114=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA672 is #31598D. Grayscale: #ACACAC. Windows color (decimal): -3234190 or 7513806. OLE color: 7513806.

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

Color convert

RGB 206 166 114 -
CMYK 0 0.19 0.45 0.19
HSL 33.91º 0.48% 0.63% -
HSV(B) 33.91º 0.45% 0.81% -
XYZ 42.13 41.61 21.73 -
YUV 172.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 206 166 114 0 0.19 0.45 0.19 33.91 0.48 0.63
Hex CE A6 72 0 13 2D 13 22 30 3F
Octal 316 246 162 0 23 55 23 42 60 77
Binary 11001110 10100110 1110010 0 10011 101101 10011 100010 110000 111111

Color Harmonies of #CEA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA672

Black with #CEA672

Text Example


Text Example

White with #CEA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA672; }

 p { color: rgb(206,166,114); }

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

background-color css

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

 a { background-color: rgb(206,166,114); }

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

border-color css

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

 span { border-color: rgb(206,166,114); }

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