Html Css Color HEX #CAA053 Apache

📋 copy color: '#CAA053'

red 202 ◦ green 160 ◦ blue 83

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

Shades of Apache #CAA053

Tints of Apache #CAA053

RGB

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

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

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

R = 45.39%
G = 35.96%
B = 18.65%

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

#CAA053 (or 0xCAA053) is known color: Apache. HEX triplet: CA, A0 and 53. RGB value is (202,160,83). Sum of RGB (Red+Green+Blue) = 202+160+83=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA053 is #355FAC. Grayscale: #A4A4A4. Windows color (decimal): -3497901 or 5480650. OLE color: 5480650.

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

Color convert

RGB 202 160 83 -
CMYK 0 0.21 0.59 0.21
HSL 38.82º 0.53% 0.56% -
HSV(B) 38.82º 0.59% 0.79% -
XYZ 38.49 38.32 13.55 -
YUV 163.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 202 160 83 0 0.21 0.59 0.21 38.82 0.53 0.56
Hex CA A0 53 0 15 3B 15 27 35 38
Octal 312 240 123 0 25 73 25 47 65 70
Binary 11001010 10100000 1010011 0 10101 111011 10101 100111 110101 111000

Color Harmonies of #CAA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA053

Black with #CAA053

Text Example


Text Example

White with #CAA053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA053; }

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

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

background-color css

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

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

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

border-color css

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

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

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