Html Css Color HEX #CE9B4A Tussock

📋 copy color: '#CE9B4A'

red 206 ◦ green 155 ◦ blue 74

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

Shades of Tussock #CE9B4A

Tints of Tussock #CE9B4A

RGB

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

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

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

R = 47.36%
G = 35.63%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE9B4A (or 0xCE9B4A) is known color: Tussock. HEX triplet: CE, 9B and 4A. RGB value is (206,155,74). Sum of RGB (Red+Green+Blue) = 206+155+74=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B4A is #3164B5. Grayscale: #A1A1A1. Windows color (decimal): -3237046 or 4889550. OLE color: 4889550.

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

Color convert

RGB 206 155 74 -
CMYK 0 0.25 0.64 0.19
HSL 36.82º 0.57% 0.55% -
HSV(B) 36.82º 0.64% 0.81% -
XYZ 38.41 37.06 11.61 -
YUV 161.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 206 155 74 0 0.25 0.64 0.19 36.82 0.57 0.55
Hex CE 9B 4A 0 19 40 13 25 39 37
Octal 316 233 112 0 31 100 23 45 71 67
Binary 11001110 10011011 1001010 0 11001 1000000 10011 100101 111001 110111

Color Harmonies of #CE9B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B4A

Black with #CE9B4A

Text Example


Text Example

White with #CE9B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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