Html Css Color HEX #CA984C Tussock

📋 copy color: '#CA984C'

red 202 ◦ green 152 ◦ blue 76

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

Shades of Tussock #CA984C

Tints of Tussock #CA984C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 46.98%
G = 35.35%
B = 17.67%

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

#CA984C (or 0xCA984C) is known color: Tussock. HEX triplet: CA, 98 and 4C. RGB value is (202,152,76). Sum of RGB (Red+Green+Blue) = 202+152+76=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA984C is #3567B3. Grayscale: #9E9E9E. Windows color (decimal): -3499956 or 5019850. OLE color: 5019850.

HSL color Cylindrical-coordinate representation of color #CA984C: hue angle of 36.19º 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 #CA984C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 152 76 -
CMYK 0 0.25 0.62 0.21
HSL 36.19º 0.54% 0.55% -
HSV(B) 36.19º 0.62% 0.79% -
XYZ 36.89 35.53 11.75 -
YUV 158.29 81.57 159.18 -
System Red Green Blue C M Y K H S L
Decimal 202 152 76 0 0.25 0.62 0.21 36.19 0.54 0.55
Hex CA 98 4C 0 19 3E 15 24 36 37
Octal 312 230 114 0 31 76 25 44 66 67
Binary 11001010 10011000 1001100 0 11001 111110 10101 100100 110110 110111

Color Harmonies of #CA984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA984C

Black with #CA984C

Text Example


Text Example

White with #CA984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA984C; }

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

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

background-color css

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

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

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

border-color css

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

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

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