Html Css Color HEX #CA914D Tussock

📋 copy color: '#CA914D'

red 202 ◦ green 145 ◦ blue 77

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

Shades of Tussock #CA914D

Tints of Tussock #CA914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.2%

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

R = 47.64%
G = 34.2%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA914D (or 0xCA914D) is known color: Tussock. HEX triplet: CA, 91 and 4D. RGB value is (202,145,77). Sum of RGB (Red+Green+Blue) = 202+145+77=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA914D is #356EB2. Grayscale: #9A9A9A. Windows color (decimal): -3501747 or 5083594. OLE color: 5083594.

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

Color convert

RGB 202 145 77 -
CMYK 0 0.28 0.62 0.21
HSL 32.64º 0.54% 0.55% -
HSV(B) 32.64º 0.62% 0.79% -
XYZ 35.82 33.34 11.57 -
YUV 154.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 202 145 77 0 0.28 0.62 0.21 32.64 0.54 0.55
Hex CA 91 4D 0 1C 3E 15 21 36 37
Octal 312 221 115 0 34 76 25 41 66 67
Binary 11001010 10010001 1001101 0 11100 111110 10101 100001 110110 110111

Color Harmonies of #CA914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA914D

Black with #CA914D

Text Example


Text Example

White with #CA914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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