Html Css Color HEX #CA9F53 Apache

📋 copy color: '#CA9F53'

red 202 ◦ green 159 ◦ blue 83

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

Shades of Apache #CA9F53

Tints of Apache #CA9F53

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 45.5%
G = 35.81%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA9F53 (or 0xCA9F53) is known color: Apache. HEX triplet: CA, 9F and 53. RGB value is (202,159,83). Sum of RGB (Red+Green+Blue) = 202+159+83=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F53 is #3560AC. Grayscale: #A3A3A3. Windows color (decimal): -3498157 or 5480394. OLE color: 5480394.

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

Color convert

RGB 202 159 83 -
CMYK 0 0.21 0.59 0.21
HSL 38.32º 0.53% 0.56% -
HSV(B) 38.32º 0.59% 0.79% -
XYZ 38.32 37.98 13.49 -
YUV 163.19 82.75 155.68 -
System Red Green Blue C M Y K H S L
Decimal 202 159 83 0 0.21 0.59 0.21 38.32 0.53 0.56
Hex CA 9F 53 0 15 3B 15 26 35 38
Octal 312 237 123 0 25 73 25 46 65 70
Binary 11001010 10011111 1010011 0 10101 111011 10101 100110 110101 111000

Color Harmonies of #CA9F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9F53

Black with #CA9F53

Text Example


Text Example

White with #CA9F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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