Html Css Color HEX #CABB48 Old Gold

📋 copy color: '#CABB48'

red 202 ◦ green 187 ◦ blue 72

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

Shades of Old Gold #CABB48

Tints of Old Gold #CABB48

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

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

R = 43.82%
G = 40.56%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CABB48 (or 0xCABB48) is known color: Old Gold. HEX triplet: CA, BB and 48. RGB value is (202,187,72). Sum of RGB (Red+Green+Blue) = 202+187+72=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB48 is #3544B7. Grayscale: #B2B2B2. Windows color (decimal): -3491000 or 4766666. OLE color: 4766666.

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

Color convert

RGB 202 187 72 -
CMYK 0 0.07 0.64 0.21
HSL 53.08º 0.55% 0.54% -
HSV(B) 53.08º 0.64% 0.79% -
XYZ 43.3 48.57 13.22 -
YUV 178.38 67.97 144.85 -
System Red Green Blue C M Y K H S L
Decimal 202 187 72 0 0.07 0.64 0.21 53.08 0.55 0.54
Hex CA BB 48 0 7 40 15 35 37 36
Octal 312 273 110 0 7 100 25 65 67 66
Binary 11001010 10111011 1001000 0 111 1000000 10101 110101 110111 110110

Color Harmonies of #CABB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB48

Black with #CABB48

Text Example


Text Example

White with #CABB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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