Html Css Color HEX #CA9E4E Tussock

📋 copy color: '#CA9E4E'

red 202 ◦ green 158 ◦ blue 78

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

Shades of Tussock #CA9E4E

Tints of Tussock #CA9E4E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 46.12%
G = 36.07%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA9E4E (or 0xCA9E4E) is known color: Tussock. HEX triplet: CA, 9E and 4E. RGB value is (202,158,78). Sum of RGB (Red+Green+Blue) = 202+158+78=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E4E is #3561B1. Grayscale: #A2A2A2. Windows color (decimal): -3498418 or 5152458. OLE color: 5152458.

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

Color convert

RGB 202 158 78 -
CMYK 0 0.22 0.61 0.21
HSL 38.71º 0.54% 0.55% -
HSV(B) 38.71º 0.61% 0.79% -
XYZ 37.96 37.56 12.46 -
YUV 162.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 202 158 78 0 0.22 0.61 0.21 38.71 0.54 0.55
Hex CA 9E 4E 0 16 3D 15 27 36 37
Octal 312 236 116 0 26 75 25 47 66 67
Binary 11001010 10011110 1001110 0 10110 111101 10101 100111 110110 110111

Color Harmonies of #CA9E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E4E

Black with #CA9E4E

Text Example


Text Example

White with #CA9E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E4E; }

 p { color: rgb(202,158,78); }

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

background-color css

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

 a { background-color: rgb(202,158,78); }

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

border-color css

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

 span { border-color: rgb(202,158,78); }

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