Html Css Color HEX #CA8D4C Tussock

📋 copy color: '#CA8D4C'

red 202 ◦ green 141 ◦ blue 76

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

Shades of Tussock #CA8D4C

Tints of Tussock #CA8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 48.21%
G = 33.65%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA8D4C (or 0xCA8D4C) is known color: Tussock. HEX triplet: CA, 8D and 4C. RGB value is (202,141,76). Sum of RGB (Red+Green+Blue) = 202+141+76=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D4C is #3572B3. Grayscale: #989898. Windows color (decimal): -3502772 or 5017034. OLE color: 5017034.

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

Color convert

RGB 202 141 76 -
CMYK 0 0.30 0.62 0.21
HSL 30.95º 0.54% 0.55% -
HSV(B) 30.95º 0.62% 0.79% -
XYZ 35.19 32.13 11.18 -
YUV 151.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 202 141 76 0 0.30 0.62 0.21 30.95 0.54 0.55
Hex CA 8D 4C 0 1E 3E 15 1F 36 37
Octal 312 215 114 0 36 76 25 37 66 67
Binary 11001010 10001101 1001100 0 11110 111110 10101 11111 110110 110111

Color Harmonies of #CA8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D4C

Black with #CA8D4C

Text Example


Text Example

White with #CA8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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