Html Css Color HEX #CE984A Tussock

📋 copy color: '#CE984A'

red 206 ◦ green 152 ◦ blue 74

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

Shades of Tussock #CE984A

Tints of Tussock #CE984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 47.69%
G = 35.19%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE984A (or 0xCE984A) is known color: Tussock. HEX triplet: CE, 98 and 4A. RGB value is (206,152,74). Sum of RGB (Red+Green+Blue) = 206+152+74=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE984A is #3167B5. Grayscale: #9F9F9F. Windows color (decimal): -3237814 or 4888782. OLE color: 4888782.

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

Color convert

RGB 206 152 74 -
CMYK 0 0.26 0.64 0.19
HSL 35.45º 0.57% 0.55% -
HSV(B) 35.45º 0.64% 0.81% -
XYZ 37.92 36.07 11.44 -
YUV 159.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 206 152 74 0 0.26 0.64 0.19 35.45 0.57 0.55
Hex CE 98 4A 0 1A 40 13 23 39 37
Octal 316 230 112 0 32 100 23 43 71 67
Binary 11001110 10011000 1001010 0 11010 1000000 10011 100011 111001 110111

Color Harmonies of #CE984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE984A

Black with #CE984A

Text Example


Text Example

White with #CE984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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