Html Css Color HEX #CA9F57 Apache

📋 copy color: '#CA9F57'

red 202 ◦ green 159 ◦ blue 87

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

Shades of Apache #CA9F57

Tints of Apache #CA9F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.42%

R = 45.09%
G = 35.49%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA9F57 (or 0xCA9F57) is known color: Apache. HEX triplet: CA, 9F and 57. RGB value is (202,159,87). Sum of RGB (Red+Green+Blue) = 202+159+87=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F57 is #3560A8. Grayscale: #A3A3A3. Windows color (decimal): -3498153 or 5742538. OLE color: 5742538.

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

Color convert

RGB 202 159 87 -
CMYK 0 0.21 0.57 0.21
HSL 37.57º 0.52% 0.57% -
HSV(B) 37.57º 0.57% 0.79% -
XYZ 38.48 38.04 14.33 -
YUV 163.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 202 159 87 0 0.21 0.57 0.21 37.57 0.52 0.57
Hex CA 9F 57 0 15 39 15 26 34 39
Octal 312 237 127 0 25 71 25 46 64 71
Binary 11001010 10011111 1010111 0 10101 111001 10101 100110 110100 111001

Color Harmonies of #CA9F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9F57

Black with #CA9F57

Text Example


Text Example

White with #CA9F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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