Html Css Color HEX #CEA574 Putty

📋 copy color: '#CEA574'

red 206 ◦ green 165 ◦ blue 116

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

Shades of Putty #CEA574

Tints of Putty #CEA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 42.3%
G = 33.88%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CEA574 (or 0xCEA574) is known color: Putty. HEX triplet: CE, A5 and 74. RGB value is (206,165,116). Sum of RGB (Red+Green+Blue) = 206+165+116=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA574 is #315A8B. Grayscale: #ABABAB. Windows color (decimal): -3234444 or 7644622. OLE color: 7644622.

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

Color convert

RGB 206 165 116 -
CMYK 0 0.20 0.44 0.19
HSL 32.67º 0.48% 0.63% -
HSV(B) 32.67º 0.44% 0.81% -
XYZ 42.06 41.29 22.28 -
YUV 171.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 206 165 116 0 0.20 0.44 0.19 32.67 0.48 0.63
Hex CE A5 74 0 14 2C 13 21 30 3F
Octal 316 245 164 0 24 54 23 41 60 77
Binary 11001110 10100101 1110100 0 10100 101100 10011 100001 110000 111111

Color Harmonies of #CEA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA574

Black with #CEA574

Text Example


Text Example

White with #CEA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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