Html Css Color HEX #CABA48 Old Gold

📋 copy color: '#CABA48'

red 202 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #CABA48

Tints of Old Gold #CABA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 43.91%
G = 40.43%
B = 15.65%

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

#CABA48 (or 0xCABA48) is known color: Old Gold. HEX triplet: CA, BA and 48. RGB value is (202,186,72). Sum of RGB (Red+Green+Blue) = 202+186+72=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA48 is #3545B7. Grayscale: #B2B2B2. Windows color (decimal): -3491256 or 4766410. OLE color: 4766410.

HSL color Cylindrical-coordinate representation of color #CABA48: hue angle of 52.62º 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 #CABA48 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 72 -
CMYK 0 0.08 0.64 0.21
HSL 52.62º 0.55% 0.54% -
HSV(B) 52.62º 0.64% 0.79% -
XYZ 43.09 48.14 13.15 -
YUV 177.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 202 186 72 0 0.08 0.64 0.21 52.62 0.55 0.54
Hex CA BA 48 0 8 40 15 35 37 36
Octal 312 272 110 0 10 100 25 65 67 66
Binary 11001010 10111010 1001000 0 1000 1000000 10101 110101 110111 110110

Color Harmonies of #CABA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA48

Black with #CABA48

Text Example


Text Example

White with #CABA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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