Html Css Color HEX #CAA52A Galliano

📋 copy color: '#CAA52A'

red 202 ◦ green 165 ◦ blue 42

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

Shades of Galliano #CAA52A

Tints of Galliano #CAA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 49.39%
G = 40.34%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CAA52A (or 0xCAA52A) is known color: Galliano. HEX triplet: CA, A5 and 2A. RGB value is (202,165,42). Sum of RGB (Red+Green+Blue) = 202+165+42=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA52A is #355AD5. Grayscale: #A2A2A2. Windows color (decimal): -3496662 or 2794954. OLE color: 2794954.

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

Color convert

RGB 202 165 42 -
CMYK 0 0.18 0.79 0.21
HSL 46.13º 0.66% 0.48% -
HSV(B) 46.13º 0.79% 0.79% -
XYZ 38.23 39.63 7.83 -
YUV 162.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 202 165 42 0 0.18 0.79 0.21 46.13 0.66 0.48
Hex CA A5 2A 0 12 4F 15 2E 42 30
Octal 312 245 52 0 22 117 25 56 102 60
Binary 11001010 10100101 101010 0 10010 1001111 10101 101110 1000010 110000

Color Harmonies of #CAA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA52A

Black with #CAA52A

Text Example


Text Example

White with #CAA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA52A; }

 p { color: rgb(202,165,42); }

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

background-color css

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

 a { background-color: rgb(202,165,42); }

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

border-color css

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

 span { border-color: rgb(202,165,42); }

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