Html Css Color HEX #CE984B Tussock

📋 copy color: '#CE984B'

red 206 ◦ green 152 ◦ blue 75

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

Shades of Tussock #CE984B

Tints of Tussock #CE984B

RGB

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

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

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

R = 47.58%
G = 35.1%
B = 17.32%

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

#CE984B (or 0xCE984B) is known color: Tussock. HEX triplet: CE, 98 and 4B. RGB value is (206,152,75). Sum of RGB (Red+Green+Blue) = 206+152+75=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE984B is #3167B4. Grayscale: #9F9F9F. Windows color (decimal): -3237813 or 4954318. OLE color: 4954318.

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

Color convert

RGB 206 152 75 -
CMYK 0 0.26 0.64 0.19
HSL 35.27º 0.57% 0.55% -
HSV(B) 35.27º 0.64% 0.81% -
XYZ 37.95 36.09 11.62 -
YUV 159.37 80.39 161.26 -
System Red Green Blue C M Y K H S L
Decimal 206 152 75 0 0.26 0.64 0.19 35.27 0.57 0.55
Hex CE 98 4B 0 1A 40 13 23 39 37
Octal 316 230 113 0 32 100 23 43 71 67
Binary 11001110 10011000 1001011 0 11010 1000000 10011 100011 111001 110111

Color Harmonies of #CE984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE984B

Black with #CE984B

Text Example


Text Example

White with #CE984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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