Html Css Color HEX #CA964B Tussock

📋 copy color: '#CA964B'

red 202 ◦ green 150 ◦ blue 75

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

Shades of Tussock #CA964B

Tints of Tussock #CA964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.56%

R = 47.31%
G = 35.13%
B = 17.56%

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

#CA964B (or 0xCA964B) is known color: Tussock. HEX triplet: CA, 96 and 4B. RGB value is (202,150,75). Sum of RGB (Red+Green+Blue) = 202+150+75=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA964B is #3569B4. Grayscale: #9D9D9D. Windows color (decimal): -3500469 or 4953802. OLE color: 4953802.

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

Color convert

RGB 202 150 75 -
CMYK 0 0.26 0.63 0.21
HSL 35.43º 0.55% 0.54% -
HSV(B) 35.43º 0.63% 0.79% -
XYZ 36.53 34.88 11.46 -
YUV 157 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 202 150 75 0 0.26 0.63 0.21 35.43 0.55 0.54
Hex CA 96 4B 0 1A 3F 15 23 37 36
Octal 312 226 113 0 32 77 25 43 67 66
Binary 11001010 10010110 1001011 0 11010 111111 10101 100011 110111 110110

Color Harmonies of #CA964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA964B

Black with #CA964B

Text Example


Text Example

White with #CA964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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