Html Css Color HEX #CAB648 Old Gold

📋 copy color: '#CAB648'

red 202 ◦ green 182 ◦ blue 72

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

Shades of Old Gold #CAB648

Tints of Old Gold #CAB648

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.91%

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

R = 44.3%
G = 39.91%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAB648 (or 0xCAB648) is known color: Old Gold. HEX triplet: CA, B6 and 48. RGB value is (202,182,72). Sum of RGB (Red+Green+Blue) = 202+182+72=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB648 is #3549B7. Grayscale: #AFAFAF. Windows color (decimal): -3492280 or 4765386. OLE color: 4765386.

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

Color convert

RGB 202 182 72 -
CMYK 0 0.10 0.64 0.21
HSL 50.77º 0.55% 0.54% -
HSV(B) 50.77º 0.64% 0.79% -
XYZ 42.25 46.48 12.88 -
YUV 175.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 202 182 72 0 0.10 0.64 0.21 50.77 0.55 0.54
Hex CA B6 48 0 A 40 15 33 37 36
Octal 312 266 110 0 12 100 25 63 67 66
Binary 11001010 10110110 1001000 0 1010 1000000 10101 110011 110111 110110

Color Harmonies of #CAB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB648

Black with #CAB648

Text Example


Text Example

White with #CAB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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