Html Css Color HEX #CA9C46 Tussock

📋 copy color: '#CA9C46'

red 202 ◦ green 156 ◦ blue 70

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

Shades of Tussock #CA9C46

Tints of Tussock #CA9C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 47.2%
G = 36.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA9C46 (or 0xCA9C46) is known color: Tussock. HEX triplet: CA, 9C and 46. RGB value is (202,156,70). Sum of RGB (Red+Green+Blue) = 202+156+70=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9C46 is #3563B9. Grayscale: #A0A0A0. Windows color (decimal): -3498938 or 4627658. OLE color: 4627658.

HSL color Cylindrical-coordinate representation of color #CA9C46: hue angle of 39.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA9C46 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 156 70 -
CMYK 0 0.23 0.65 0.21
HSL 39.09º 0.55% 0.53% -
HSV(B) 39.09º 0.65% 0.79% -
XYZ 37.35 36.78 10.92 -
YUV 159.95 77.24 157.99 -
System Red Green Blue C M Y K H S L
Decimal 202 156 70 0 0.23 0.65 0.21 39.09 0.55 0.53
Hex CA 9C 46 0 17 41 15 27 37 35
Octal 312 234 106 0 27 101 25 47 67 65
Binary 11001010 10011100 1000110 0 10111 1000001 10101 100111 110111 110101

Color Harmonies of #CA9C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9C46

Black with #CA9C46

Text Example


Text Example

White with #CA9C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9C46; }

 p { color: rgb(202,156,70); }

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

background-color css

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

 a { background-color: rgb(202,156,70); }

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

border-color css

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

 span { border-color: rgb(202,156,70); }

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