Html Css Color HEX #CAB546 Old Gold

📋 copy color: '#CAB546'

red 202 ◦ green 181 ◦ blue 70

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

Shades of Old Gold #CAB546

Tints of Old Gold #CAB546

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.96%

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

R = 44.59%
G = 39.96%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CAB546 (or 0xCAB546) is known color: Old Gold. HEX triplet: CA, B5 and 46. RGB value is (202,181,70). Sum of RGB (Red+Green+Blue) = 202+181+70=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB546 is #354AB9. Grayscale: #AFAFAF. Windows color (decimal): -3492538 or 4634058. OLE color: 4634058.

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

Color convert

RGB 202 181 70 -
CMYK 0 0.10 0.65 0.21
HSL 50.45º 0.55% 0.53% -
HSV(B) 50.45º 0.65% 0.79% -
XYZ 41.99 46.05 12.47 -
YUV 174.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 202 181 70 0 0.10 0.65 0.21 50.45 0.55 0.53
Hex CA B5 46 0 A 41 15 32 37 35
Octal 312 265 106 0 12 101 25 62 67 65
Binary 11001010 10110101 1000110 0 1010 1000001 10101 110010 110111 110101

Color Harmonies of #CAB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB546

Black with #CAB546

Text Example


Text Example

White with #CAB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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