Html Css Color HEX #CA9F52 Apache

📋 copy color: '#CA9F52'

red 202 ◦ green 159 ◦ blue 82

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

Shades of Apache #CA9F52

Tints of Apache #CA9F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.51%

R = 45.6%
G = 35.89%
B = 18.51%

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

#CA9F52 (or 0xCA9F52) is known color: Apache. HEX triplet: CA, 9F and 52. RGB value is (202,159,82). Sum of RGB (Red+Green+Blue) = 202+159+82=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F52 is #3560AD. Grayscale: #A3A3A3. Windows color (decimal): -3498158 or 5414858. OLE color: 5414858.

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

Color convert

RGB 202 159 82 -
CMYK 0 0.21 0.59 0.21
HSL 38.5º 0.53% 0.56% -
HSV(B) 38.5º 0.59% 0.79% -
XYZ 38.28 37.96 13.29 -
YUV 163.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 202 159 82 0 0.21 0.59 0.21 38.5 0.53 0.56
Hex CA 9F 52 0 15 3B 15 26 35 38
Octal 312 237 122 0 25 73 25 46 65 70
Binary 11001010 10011111 1010010 0 10101 111011 10101 100110 110101 111000

Color Harmonies of #CA9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9F52

Black with #CA9F52

Text Example


Text Example

White with #CA9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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