Html Css Color HEX #CBAB2C Metallic Gold

📋 copy color: '#CBAB2C'

red 203 ◦ green 171 ◦ blue 44

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

Shades of Metallic Gold #CBAB2C

Tints of Metallic Gold #CBAB2C

RGB

 RED value IS 203 (79.69% from 255) = 48.56%

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 48.56%
G = 40.91%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBAB2C (or 0xCBAB2C) is known color: Metallic Gold. HEX triplet: CB, AB and 2C. RGB value is (203,171,44). Sum of RGB (Red+Green+Blue) = 203+171+44=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2C is #3454D3. Grayscale: #A6A6A6. Windows color (decimal): -3429588 or 2927563. OLE color: 2927563.

HSL color Cylindrical-coordinate representation of color #CBAB2C: hue angle of 47.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBAB2C is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 44 -
CMYK 0 0.16 0.78 0.20
HSL 47.92º 0.64% 0.48% -
HSV(B) 47.92º 0.78% 0.8% -
XYZ 39.65 42 8.4 -
YUV 166.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 203 171 44 0 0.16 0.78 0.20 47.92 0.64 0.48
Hex CB AB 2C 0 10 4E 14 30 40 30
Octal 313 253 54 0 20 116 24 60 100 60
Binary 11001011 10101011 101100 0 10000 1001110 10100 110000 1000000 110000

Color Harmonies of #CBAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB2C

Black with #CBAB2C

Text Example


Text Example

White with #CBAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB2C; }

 p { color: rgb(203,171,44); }

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

background-color css

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

 a { background-color: rgb(203,171,44); }

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

border-color css

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

 span { border-color: rgb(203,171,44); }

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