Html Css Color HEX #CE9E4A Tussock

📋 copy color: '#CE9E4A'

red 206 ◦ green 158 ◦ blue 74

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

Shades of Tussock #CE9E4A

Tints of Tussock #CE9E4A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 47.03%
G = 36.07%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE9E4A (or 0xCE9E4A) is known color: Tussock. HEX triplet: CE, 9E and 4A. RGB value is (206,158,74). Sum of RGB (Red+Green+Blue) = 206+158+74=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E4A is #3161B5. Grayscale: #A3A3A3. Windows color (decimal): -3236278 or 4890318. OLE color: 4890318.

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

Color convert

RGB 206 158 74 -
CMYK 0 0.23 0.64 0.19
HSL 38.18º 0.57% 0.55% -
HSV(B) 38.18º 0.64% 0.81% -
XYZ 38.92 38.07 11.78 -
YUV 162.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 206 158 74 0 0.23 0.64 0.19 38.18 0.57 0.55
Hex CE 9E 4A 0 17 40 13 26 39 37
Octal 316 236 112 0 27 100 23 46 71 67
Binary 11001110 10011110 1001010 0 10111 1000000 10011 100110 111001 110111

Color Harmonies of #CE9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E4A

Black with #CE9E4A

Text Example


Text Example

White with #CE9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E4A; }

 p { color: rgb(206,158,74); }

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

background-color css

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

 a { background-color: rgb(206,158,74); }

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

border-color css

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

 span { border-color: rgb(206,158,74); }

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