Html Css Color HEX #CABA46 Old Gold

📋 copy color: '#CABA46'

red 202 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #CABA46

Tints of Old Gold #CABA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 44.1%
G = 40.61%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CABA46 (or 0xCABA46) is known color: Old Gold. HEX triplet: CA, BA and 46. RGB value is (202,186,70). Sum of RGB (Red+Green+Blue) = 202+186+70=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA46 is #3545B9. Grayscale: #B2B2B2. Windows color (decimal): -3491258 or 4635338. OLE color: 4635338.

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

Color convert

RGB 202 186 70 -
CMYK 0 0.08 0.65 0.21
HSL 52.73º 0.55% 0.53% -
HSV(B) 52.73º 0.65% 0.79% -
XYZ 43.02 48.12 12.81 -
YUV 177.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 202 186 70 0 0.08 0.65 0.21 52.73 0.55 0.53
Hex CA BA 46 0 8 41 15 35 37 35
Octal 312 272 106 0 10 101 25 65 67 65
Binary 11001010 10111010 1000110 0 1000 1000001 10101 110101 110111 110101

Color Harmonies of #CABA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA46

Black with #CABA46

Text Example


Text Example

White with #CABA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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