Html Css Color HEX #CA9B4A Tussock

📋 copy color: '#CA9B4A'

red 202 ◦ green 155 ◦ blue 74

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

Shades of Tussock #CA9B4A

Tints of Tussock #CA9B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 46.87%
G = 35.96%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA9B4A (or 0xCA9B4A) is known color: Tussock. HEX triplet: CA, 9B and 4A. RGB value is (202,155,74). Sum of RGB (Red+Green+Blue) = 202+155+74=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B4A is #3564B5. Grayscale: #A0A0A0. Windows color (decimal): -3499190 or 4889546. OLE color: 4889546.

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

Color convert

RGB 202 155 74 -
CMYK 0 0.23 0.63 0.21
HSL 37.97º 0.55% 0.54% -
HSV(B) 37.97º 0.63% 0.79% -
XYZ 37.31 36.49 11.56 -
YUV 159.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 202 155 74 0 0.23 0.63 0.21 37.97 0.55 0.54
Hex CA 9B 4A 0 17 3F 15 26 37 36
Octal 312 233 112 0 27 77 25 46 67 66
Binary 11001010 10011011 1001010 0 10111 111111 10101 100110 110111 110110

Color Harmonies of #CA9B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B4A

Black with #CA9B4A

Text Example


Text Example

White with #CA9B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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