Html Css Color HEX #CE994E Tussock

📋 copy color: '#CE994E'

red 206 ◦ green 153 ◦ blue 78

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

Shades of Tussock #CE994E

Tints of Tussock #CE994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.01%

 BLUE value IS 78 (30.86% from 255) = 17.85%

R = 47.14%
G = 35.01%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE994E (or 0xCE994E) is known color: Tussock. HEX triplet: CE, 99 and 4E. RGB value is (206,153,78). Sum of RGB (Red+Green+Blue) = 206+153+78=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE994E is #3166B1. Grayscale: #A0A0A0. Windows color (decimal): -3237554 or 5151182. OLE color: 5151182.

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

Color convert

RGB 206 153 78 -
CMYK 0 0.26 0.62 0.19
HSL 35.16º 0.57% 0.56% -
HSV(B) 35.16º 0.62% 0.81% -
XYZ 38.22 36.45 12.23 -
YUV 160.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 206 153 78 0 0.26 0.62 0.19 35.16 0.57 0.56
Hex CE 99 4E 0 1A 3E 13 23 39 38
Octal 316 231 116 0 32 76 23 43 71 70
Binary 11001110 10011001 1001110 0 11010 111110 10011 100011 111001 111000

Color Harmonies of #CE994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE994E

Black with #CE994E

Text Example


Text Example

White with #CE994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE994E; }

 p { color: rgb(206,153,78); }

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

background-color css

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

 a { background-color: rgb(206,153,78); }

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

border-color css

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

 span { border-color: rgb(206,153,78); }

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