Html Css Color HEX #C98E4B Tussock

📋 copy color: '#C98E4B'

red 201 ◦ green 142 ◦ blue 75

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

Shades of Tussock #C98E4B

Tints of Tussock #C98E4B

RGB

 RED value IS 201 (78.91% from 255) = 48.09%

 GREEN value IS 142 (55.86% from 255) = 33.97%

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

R = 48.09%
G = 33.97%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C98E4B (or 0xC98E4B) is known color: Tussock. HEX triplet: C9, 8E and 4B. RGB value is (201,142,75). Sum of RGB (Red+Green+Blue) = 201+142+75=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E4B is #3671B4. Grayscale: #989898. Windows color (decimal): -3568053 or 4951753. OLE color: 4951753.

HSL color Cylindrical-coordinate representation of color #C98E4B: hue angle of 31.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C98E4B is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 142 75 -
CMYK 0 0.29 0.63 0.21
HSL 31.9º 0.54% 0.54% -
HSV(B) 31.9º 0.63% 0.79% -
XYZ 35.03 32.27 11.04 -
YUV 152 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 201 142 75 0 0.29 0.63 0.21 31.9 0.54 0.54
Hex C9 8E 4B 0 1D 3F 15 20 36 36
Octal 311 216 113 0 35 77 25 40 66 66
Binary 11001001 10001110 1001011 0 11101 111111 10101 100000 110110 110110

Color Harmonies of #C98E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E4B

Black with #C98E4B

Text Example


Text Example

White with #C98E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E4B; }

 p { color: rgb(201,142,75); }

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

background-color css

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

 a { background-color: rgb(201,142,75); }

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

border-color css

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

 span { border-color: rgb(201,142,75); }

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