Html Css Color HEX #CA964A Tussock

📋 copy color: '#CA964A'

red 202 ◦ green 150 ◦ blue 74

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

Shades of Tussock #CA964A

Tints of Tussock #CA964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.21%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 47.42%
G = 35.21%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA964A (or 0xCA964A) is known color: Tussock. HEX triplet: CA, 96 and 4A. RGB value is (202,150,74). Sum of RGB (Red+Green+Blue) = 202+150+74=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA964A is #3569B5. Grayscale: #9D9D9D. Windows color (decimal): -3500470 or 4888266. OLE color: 4888266.

HSL color Cylindrical-coordinate representation of color #CA964A: hue angle of 35.62º degrees, saturation: 0.55, 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 #CA964A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 74 -
CMYK 0 0.26 0.63 0.21
HSL 35.63º 0.55% 0.54% -
HSV(B) 35.63º 0.63% 0.79% -
XYZ 36.5 34.86 11.28 -
YUV 156.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 202 150 74 0 0.26 0.63 0.21 35.63 0.55 0.54
Hex CA 96 4A 0 1A 3F 15 24 37 36
Octal 312 226 112 0 32 77 25 44 67 66
Binary 11001010 10010110 1001010 0 11010 111111 10101 100100 110111 110110

Color Harmonies of #CA964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA964A

Black with #CA964A

Text Example


Text Example

White with #CA964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA964A; }

 p { color: rgb(202,150,74); }

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

background-color css

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

 a { background-color: rgb(202,150,74); }

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

border-color css

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

 span { border-color: rgb(202,150,74); }

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