Html Css Color HEX #CAA05D Apache

📋 copy color: '#CAA05D'

red 202 ◦ green 160 ◦ blue 93

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

Shades of Apache #CAA05D

Tints of Apache #CAA05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.44%

R = 44.4%
G = 35.16%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CAA05D (or 0xCAA05D) is known color: Apache. HEX triplet: CA, A0 and 5D. RGB value is (202,160,93). Sum of RGB (Red+Green+Blue) = 202+160+93=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05D is #355FA2. Grayscale: #A5A5A5. Windows color (decimal): -3497891 or 6136010. OLE color: 6136010.

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

Color convert

RGB 202 160 93 -
CMYK 0 0.21 0.54 0.21
HSL 36.88º 0.51% 0.58% -
HSV(B) 36.88º 0.54% 0.79% -
XYZ 38.9 38.49 15.73 -
YUV 164.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 202 160 93 0 0.21 0.54 0.21 36.88 0.51 0.58
Hex CA A0 5D 0 15 36 15 25 33 3A
Octal 312 240 135 0 25 66 25 45 63 72
Binary 11001010 10100000 1011101 0 10101 110110 10101 100101 110011 111010

Color Harmonies of #CAA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA05D

Black with #CAA05D

Text Example


Text Example

White with #CAA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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