Html Css Color HEX #CE944D Tussock

📋 copy color: '#CE944D'

red 206 ◦ green 148 ◦ blue 77

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

Shades of Tussock #CE944D

Tints of Tussock #CE944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 47.8%
G = 34.34%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE944D (or 0xCE944D) is known color: Tussock. HEX triplet: CE, 94 and 4D. RGB value is (206,148,77). Sum of RGB (Red+Green+Blue) = 206+148+77=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE944D is #316BB2. Grayscale: #9D9D9D. Windows color (decimal): -3238835 or 5084366. OLE color: 5084366.

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

Color convert

RGB 206 148 77 -
CMYK 0 0.28 0.63 0.19
HSL 33.02º 0.57% 0.55% -
HSV(B) 33.02º 0.63% 0.81% -
XYZ 37.38 34.84 11.78 -
YUV 157.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 206 148 77 0 0.28 0.63 0.19 33.02 0.57 0.55
Hex CE 94 4D 0 1C 3F 13 21 39 37
Octal 316 224 115 0 34 77 23 41 71 67
Binary 11001110 10010100 1001101 0 11100 111111 10011 100001 111001 110111

Color Harmonies of #CE944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE944D

Black with #CE944D

Text Example


Text Example

White with #CE944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE944D; }

 p { color: rgb(206,148,77); }

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

background-color css

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

 a { background-color: rgb(206,148,77); }

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

border-color css

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

 span { border-color: rgb(206,148,77); }

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