Html Css Color HEX #CA984D Tussock

📋 copy color: '#CA984D'

red 202 ◦ green 152 ◦ blue 77

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

Shades of Tussock #CA984D

Tints of Tussock #CA984D

RGB

 RED value IS 202 (79.3% from 255) = 46.87%

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 46.87%
G = 35.27%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA984D (or 0xCA984D) is known color: Tussock. HEX triplet: CA, 98 and 4D. RGB value is (202,152,77). Sum of RGB (Red+Green+Blue) = 202+152+77=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA984D is #3567B2. Grayscale: #9E9E9E. Windows color (decimal): -3499955 or 5085386. OLE color: 5085386.

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

Color convert

RGB 202 152 77 -
CMYK 0 0.25 0.62 0.21
HSL 36º 0.54% 0.55% -
HSV(B) 36º 0.62% 0.79% -
XYZ 36.92 35.55 11.94 -
YUV 158.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 202 152 77 0 0.25 0.62 0.21 36 0.54 0.55
Hex CA 98 4D 0 19 3E 15 24 36 37
Octal 312 230 115 0 31 76 25 44 66 67
Binary 11001010 10011000 1001101 0 11001 111110 10101 100100 110110 110111

Color Harmonies of #CA984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA984D

Black with #CA984D

Text Example


Text Example

White with #CA984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA984D; }

 p { color: rgb(202,152,77); }

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

background-color css

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

 a { background-color: rgb(202,152,77); }

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

border-color css

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

 span { border-color: rgb(202,152,77); }

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