Html Css Color HEX #CA9E53 Apache

📋 copy color: '#CA9E53'

red 202 ◦ green 158 ◦ blue 83

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

Shades of Apache #CA9E53

Tints of Apache #CA9E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.74%

R = 45.6%
G = 35.67%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9E53 (or 0xCA9E53) is known color: Apache. HEX triplet: CA, 9E and 53. RGB value is (202,158,83). Sum of RGB (Red+Green+Blue) = 202+158+83=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E53 is #3561AC. Grayscale: #A2A2A2. Windows color (decimal): -3498413 or 5480138. OLE color: 5480138.

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

Color convert

RGB 202 158 83 -
CMYK 0 0.22 0.59 0.21
HSL 37.82º 0.53% 0.56% -
HSV(B) 37.82º 0.59% 0.79% -
XYZ 38.15 37.63 13.44 -
YUV 162.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 202 158 83 0 0.22 0.59 0.21 37.82 0.53 0.56
Hex CA 9E 53 0 16 3B 15 26 35 38
Octal 312 236 123 0 26 73 25 46 65 70
Binary 11001010 10011110 1010011 0 10110 111011 10101 100110 110101 111000

Color Harmonies of #CA9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9E53

Black with #CA9E53

Text Example


Text Example

White with #CA9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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