Html Css Color HEX #CE9C4B Tussock

📋 copy color: '#CE9C4B'

red 206 ◦ green 156 ◦ blue 75

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

Shades of Tussock #CE9C4B

Tints of Tussock #CE9C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 47.14%
G = 35.7%
B = 17.16%

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

#CE9C4B (or 0xCE9C4B) is known color: Tussock. HEX triplet: CE, 9C and 4B. RGB value is (206,156,75). Sum of RGB (Red+Green+Blue) = 206+156+75=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C4B is #3163B4. Grayscale: #A2A2A2. Windows color (decimal): -3236789 or 4955342. OLE color: 4955342.

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

Color convert

RGB 206 156 75 -
CMYK 0 0.24 0.64 0.19
HSL 37.1º 0.57% 0.55% -
HSV(B) 37.1º 0.64% 0.81% -
XYZ 38.61 37.41 11.84 -
YUV 161.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 206 156 75 0 0.24 0.64 0.19 37.1 0.57 0.55
Hex CE 9C 4B 0 18 40 13 25 39 37
Octal 316 234 113 0 30 100 23 45 71 67
Binary 11001110 10011100 1001011 0 11000 1000000 10011 100101 111001 110111

Color Harmonies of #CE9C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9C4B

Black with #CE9C4B

Text Example


Text Example

White with #CE9C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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