Html Css Color HEX #CAB13C Old Gold

📋 copy color: '#CAB13C'

red 202 ◦ green 177 ◦ blue 60

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

Shades of Old Gold #CAB13C

Tints of Old Gold #CAB13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 46.01%
G = 40.32%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAB13C (or 0xCAB13C) is known color: Old Gold. HEX triplet: CA, B1 and 3C. RGB value is (202,177,60). Sum of RGB (Red+Green+Blue) = 202+177+60=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB13C is #354EC3. Grayscale: #ABABAB. Windows color (decimal): -3493572 or 3977674. OLE color: 3977674.

HSL color Cylindrical-coordinate representation of color #CAB13C: hue angle of 49.44º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAB13C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 60 -
CMYK 0 0.12 0.70 0.21
HSL 49.44º 0.57% 0.51% -
HSV(B) 49.44º 0.7% 0.79% -
XYZ 40.89 44.33 10.68 -
YUV 171.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 202 177 60 0 0.12 0.70 0.21 49.44 0.57 0.51
Hex CA B1 3C 0 C 46 15 31 39 33
Octal 312 261 74 0 14 106 25 61 71 63
Binary 11001010 10110001 111100 0 1100 1000110 10101 110001 111001 110011

Color Harmonies of #CAB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB13C

Black with #CAB13C

Text Example


Text Example

White with #CAB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB13C; }

 p { color: rgb(202,177,60); }

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

background-color css

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

 a { background-color: rgb(202,177,60); }

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

border-color css

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

 span { border-color: rgb(202,177,60); }

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