Html Css Color HEX #CEA671 Putty

📋 copy color: '#CEA671'

red 206 ◦ green 166 ◦ blue 113

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

Shades of Putty #CEA671

Tints of Putty #CEA671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 42.47%
G = 34.23%
B = 23.3%

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

#CEA671 (or 0xCEA671) is known color: Putty. HEX triplet: CE, A6 and 71. RGB value is (206,166,113). Sum of RGB (Red+Green+Blue) = 206+166+113=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA671 is #31598E. Grayscale: #ACACAC. Windows color (decimal): -3234191 or 7448270. OLE color: 7448270.

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

Color convert

RGB 206 166 113 -
CMYK 0 0.19 0.45 0.19
HSL 34.19º 0.49% 0.63% -
HSV(B) 34.19º 0.45% 0.81% -
XYZ 42.07 41.59 21.43 -
YUV 171.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 206 166 113 0 0.19 0.45 0.19 34.19 0.49 0.63
Hex CE A6 71 0 13 2D 13 22 31 3F
Octal 316 246 161 0 23 55 23 42 61 77
Binary 11001110 10100110 1110001 0 10011 101101 10011 100010 110001 111111

Color Harmonies of #CEA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA671

Black with #CEA671

Text Example


Text Example

White with #CEA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA671; }

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

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

background-color css

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

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

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

border-color css

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

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

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