Html Css Color HEX #CAA125 Galliano

📋 copy color: '#CAA125'

red 202 ◦ green 161 ◦ blue 37

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

Shades of Galliano #CAA125

Tints of Galliano #CAA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 50.5%
G = 40.25%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA125 (or 0xCAA125) is known color: Galliano. HEX triplet: CA, A1 and 25. RGB value is (202,161,37). Sum of RGB (Red+Green+Blue) = 202+161+37=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA125 is #355EDA. Grayscale: #9F9F9F. Windows color (decimal): -3497691 or 2466250. OLE color: 2466250.

HSL color Cylindrical-coordinate representation of color #CAA125: hue angle of 45.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAA125 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 37 -
CMYK 0 0.20 0.82 0.21
HSL 45.09º 0.69% 0.47% -
HSV(B) 45.09º 0.82% 0.79% -
XYZ 37.44 38.18 7.15 -
YUV 159.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 202 161 37 0 0.20 0.82 0.21 45.09 0.69 0.47
Hex CA A1 25 0 14 52 15 2D 45 2F
Octal 312 241 45 0 24 122 25 55 105 57
Binary 11001010 10100001 100101 0 10100 1010010 10101 101101 1000101 101111

Color Harmonies of #CAA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA125

Black with #CAA125

Text Example


Text Example

White with #CAA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA125; }

 p { color: rgb(202,161,37); }

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

background-color css

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

 a { background-color: rgb(202,161,37); }

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

border-color css

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

 span { border-color: rgb(202,161,37); }

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