Html Css Color HEX #CE9B49 Tussock

📋 copy color: '#CE9B49'

red 206 ◦ green 155 ◦ blue 73

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

Shades of Tussock #CE9B49

Tints of Tussock #CE9B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.71%

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 47.47%
G = 35.71%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9B49 (or 0xCE9B49) is known color: Tussock. HEX triplet: CE, 9B and 49. RGB value is (206,155,73). Sum of RGB (Red+Green+Blue) = 206+155+73=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B49 is #3164B6. Grayscale: #A1A1A1. Windows color (decimal): -3237047 or 4824014. OLE color: 4824014.

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

Color convert

RGB 206 155 73 -
CMYK 0 0.25 0.65 0.19
HSL 36.99º 0.58% 0.55% -
HSV(B) 36.99º 0.65% 0.81% -
XYZ 38.38 37.05 11.43 -
YUV 160.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 206 155 73 0 0.25 0.65 0.19 36.99 0.58 0.55
Hex CE 9B 49 0 19 41 13 25 3A 37
Octal 316 233 111 0 31 101 23 45 72 67
Binary 11001110 10011011 1001001 0 11001 1000001 10011 100101 111010 110111

Color Harmonies of #CE9B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B49

Black with #CE9B49

Text Example


Text Example

White with #CE9B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B49; }

 p { color: rgb(206,155,73); }

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

background-color css

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

 a { background-color: rgb(206,155,73); }

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

border-color css

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

 span { border-color: rgb(206,155,73); }

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