Html Css Color HEX #CE954C Tussock

📋 copy color: '#CE954C'

red 206 ◦ green 149 ◦ blue 76

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

Shades of Tussock #CE954C

Tints of Tussock #CE954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 47.8%
G = 34.57%
B = 17.63%

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

#CE954C (or 0xCE954C) is known color: Tussock. HEX triplet: CE, 95 and 4C. RGB value is (206,149,76). Sum of RGB (Red+Green+Blue) = 206+149+76=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE954C is #316AB3. Grayscale: #9E9E9E. Windows color (decimal): -3238580 or 5019086. OLE color: 5019086.

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

Color convert

RGB 206 149 76 -
CMYK 0 0.28 0.63 0.19
HSL 33.69º 0.57% 0.55% -
HSV(B) 33.69º 0.63% 0.81% -
XYZ 37.51 35.14 11.64 -
YUV 157.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 206 149 76 0 0.28 0.63 0.19 33.69 0.57 0.55
Hex CE 95 4C 0 1C 3F 13 22 39 37
Octal 316 225 114 0 34 77 23 42 71 67
Binary 11001110 10010101 1001100 0 11100 111111 10011 100010 111001 110111

Color Harmonies of #CE954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE954C

Black with #CE954C

Text Example


Text Example

White with #CE954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE954C; }

 p { color: rgb(206,149,76); }

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

background-color css

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

 a { background-color: rgb(206,149,76); }

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

border-color css

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

 span { border-color: rgb(206,149,76); }

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