Html Css Color HEX #CABA49 Old Gold

📋 copy color: '#CABA49'

red 202 ◦ green 186 ◦ blue 73

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

Shades of Old Gold #CABA49

Tints of Old Gold #CABA49

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 43.82%
G = 40.35%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CABA49 (or 0xCABA49) is known color: Old Gold. HEX triplet: CA, BA and 49. RGB value is (202,186,73). Sum of RGB (Red+Green+Blue) = 202+186+73=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA49 is #3545B6. Grayscale: #B2B2B2. Windows color (decimal): -3491255 or 4831946. OLE color: 4831946.

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

Color convert

RGB 202 186 73 -
CMYK 0 0.08 0.64 0.21
HSL 52.56º 0.55% 0.54% -
HSV(B) 52.56º 0.64% 0.79% -
XYZ 43.12 48.16 13.33 -
YUV 177.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 202 186 73 0 0.08 0.64 0.21 52.56 0.55 0.54
Hex CA BA 49 0 8 40 15 35 37 36
Octal 312 272 111 0 10 100 25 65 67 66
Binary 11001010 10111010 1001001 0 1000 1000000 10101 110101 110111 110110

Color Harmonies of #CABA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA49

Black with #CABA49

Text Example


Text Example

White with #CABA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA49; }

 p { color: rgb(202,186,73); }

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

background-color css

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

 a { background-color: rgb(202,186,73); }

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

border-color css

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

 span { border-color: rgb(202,186,73); }

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