Html Css Color HEX #CE9C4A Tussock

📋 copy color: '#CE9C4A'

red 206 ◦ green 156 ◦ blue 74

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

Shades of Tussock #CE9C4A

Tints of Tussock #CE9C4A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

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

R = 47.25%
G = 35.78%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE9C4A (or 0xCE9C4A) is known color: Tussock. HEX triplet: CE, 9C and 4A. RGB value is (206,156,74). Sum of RGB (Red+Green+Blue) = 206+156+74=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C4A is #3163B5. Grayscale: #A1A1A1. Windows color (decimal): -3236790 or 4889806. OLE color: 4889806.

HSL color Cylindrical-coordinate representation of color #CE9C4A: hue angle of 37.27º 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 #CE9C4A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 156 74 -
CMYK 0 0.24 0.64 0.19
HSL 37.27º 0.57% 0.55% -
HSV(B) 37.27º 0.64% 0.81% -
XYZ 38.58 37.39 11.66 -
YUV 161.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 206 156 74 0 0.24 0.64 0.19 37.27 0.57 0.55
Hex CE 9C 4A 0 18 40 13 25 39 37
Octal 316 234 112 0 30 100 23 45 71 67
Binary 11001110 10011100 1001010 0 11000 1000000 10011 100101 111001 110111

Color Harmonies of #CE9C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9C4A

Black with #CE9C4A

Text Example


Text Example

White with #CE9C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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