Html Css Color HEX #CAB748 Old Gold

📋 copy color: '#CAB748'

red 202 ◦ green 183 ◦ blue 72

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

Shades of Old Gold #CAB748

Tints of Old Gold #CAB748

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 44.2%
G = 40.04%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CAB748 (or 0xCAB748) is known color: Old Gold. HEX triplet: CA, B7 and 48. RGB value is (202,183,72). Sum of RGB (Red+Green+Blue) = 202+183+72=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB748 is #3548B7. Grayscale: #B0B0B0. Windows color (decimal): -3492024 or 4765642. OLE color: 4765642.

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

Color convert

RGB 202 183 72 -
CMYK 0 0.09 0.64 0.21
HSL 51.23º 0.55% 0.54% -
HSV(B) 51.23º 0.64% 0.79% -
XYZ 42.46 46.89 12.94 -
YUV 176.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 202 183 72 0 0.09 0.64 0.21 51.23 0.55 0.54
Hex CA B7 48 0 9 40 15 33 37 36
Octal 312 267 110 0 11 100 25 63 67 66
Binary 11001010 10110111 1001000 0 1001 1000000 10101 110011 110111 110110

Color Harmonies of #CAB748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB748

Black with #CAB748

Text Example


Text Example

White with #CAB748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB748; }

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

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

background-color css

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

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

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

border-color css

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

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

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