Html Css Color HEX #CBAC2C Metallic Gold

📋 copy color: '#CBAC2C'

red 203 ◦ green 172 ◦ blue 44

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

Shades of Metallic Gold #CBAC2C

Tints of Metallic Gold #CBAC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

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

R = 48.45%
G = 41.05%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBAC2C (or 0xCBAC2C) is known color: Metallic Gold. HEX triplet: CB, AC and 2C. RGB value is (203,172,44). Sum of RGB (Red+Green+Blue) = 203+172+44=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC2C is #3453D3. Grayscale: #A7A7A7. Windows color (decimal): -3429332 or 2927819. OLE color: 2927819.

HSL color Cylindrical-coordinate representation of color #CBAC2C: hue angle of 48.3º 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 #CBAC2C is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 44 -
CMYK 0 0.15 0.78 0.20
HSL 48.3º 0.64% 0.48% -
HSV(B) 48.3º 0.78% 0.8% -
XYZ 39.84 42.38 8.46 -
YUV 166.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 203 172 44 0 0.15 0.78 0.20 48.3 0.64 0.48
Hex CB AC 2C 0 F 4E 14 30 40 30
Octal 313 254 54 0 17 116 24 60 100 60
Binary 11001011 10101100 101100 0 1111 1001110 10100 110000 1000000 110000

Color Harmonies of #CBAC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC2C

Black with #CBAC2C

Text Example


Text Example

White with #CBAC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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