Html Css Color HEX #CAA052 Apache

📋 copy color: '#CAA052'

red 202 ◦ green 160 ◦ blue 82

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

Shades of Apache #CAA052

Tints of Apache #CAA052

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

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

R = 45.5%
G = 36.04%
B = 18.47%

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

#CAA052 (or 0xCAA052) is known color: Apache. HEX triplet: CA, A0 and 52. RGB value is (202,160,82). Sum of RGB (Red+Green+Blue) = 202+160+82=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA052 is #355FAD. Grayscale: #A4A4A4. Windows color (decimal): -3497902 or 5415114. OLE color: 5415114.

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

Color convert

RGB 202 160 82 -
CMYK 0 0.21 0.59 0.21
HSL 39º 0.53% 0.56% -
HSV(B) 39º 0.59% 0.79% -
XYZ 38.45 38.31 13.35 -
YUV 163.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 202 160 82 0 0.21 0.59 0.21 39 0.53 0.56
Hex CA A0 52 0 15 3B 15 27 35 38
Octal 312 240 122 0 25 73 25 47 65 70
Binary 11001010 10100000 1010010 0 10101 111011 10101 100111 110101 111000

Color Harmonies of #CAA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA052

Black with #CAA052

Text Example


Text Example

White with #CAA052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA052; }

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

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

background-color css

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

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

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

border-color css

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

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

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