Html Css Color HEX #CAA058 Apache

📋 copy color: '#CAA058'

red 202 ◦ green 160 ◦ blue 88

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

Shades of Apache #CAA058

Tints of Apache #CAA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 44.89%
G = 35.56%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CAA058 (or 0xCAA058) is known color: Apache. HEX triplet: CA, A0 and 58. RGB value is (202,160,88). Sum of RGB (Red+Green+Blue) = 202+160+88=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA058 is #355FA7. Grayscale: #A4A4A4. Windows color (decimal): -3497896 or 5808330. OLE color: 5808330.

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

Color convert

RGB 202 160 88 -
CMYK 0 0.21 0.56 0.21
HSL 37.89º 0.52% 0.57% -
HSV(B) 37.89º 0.56% 0.79% -
XYZ 38.69 38.4 14.61 -
YUV 164.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 202 160 88 0 0.21 0.56 0.21 37.89 0.52 0.57
Hex CA A0 58 0 15 38 15 26 34 39
Octal 312 240 130 0 25 70 25 46 64 71
Binary 11001010 10100000 1011000 0 10101 111000 10101 100110 110100 111001

Color Harmonies of #CAA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA058

Black with #CAA058

Text Example


Text Example

White with #CAA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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