Html Css Color HEX #CEA978 Putty

📋 copy color: '#CEA978'

red 206 ◦ green 169 ◦ blue 120

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

Shades of Putty #CEA978

Tints of Putty #CEA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 41.62%
G = 34.14%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CEA978 (or 0xCEA978) is known color: Putty. HEX triplet: CE, A9 and 78. RGB value is (206,169,120). Sum of RGB (Red+Green+Blue) = 206+169+120=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA978 is #315687. Grayscale: #AEAEAE. Windows color (decimal): -3233416 or 7907790. OLE color: 7907790.

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

Color convert

RGB 206 169 120 -
CMYK 0 0.18 0.42 0.19
HSL 34.19º 0.47% 0.64% -
HSV(B) 34.19º 0.42% 0.81% -
XYZ 43.03 42.85 23.77 -
YUV 174.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 206 169 120 0 0.18 0.42 0.19 34.19 0.47 0.64
Hex CE A9 78 0 12 2A 13 22 2F 40
Octal 316 251 170 0 22 52 23 42 57 100
Binary 11001110 10101001 1111000 0 10010 101010 10011 100010 101111 1000000

Color Harmonies of #CEA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA978

Black with #CEA978

Text Example


Text Example

White with #CEA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA978; }

 p { color: rgb(206,169,120); }

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

background-color css

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

 a { background-color: rgb(206,169,120); }

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

border-color css

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

 span { border-color: rgb(206,169,120); }

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