Html Css Color HEX #CBAC2A Metallic Gold

📋 copy color: '#CBAC2A'

red 203 ◦ green 172 ◦ blue 42

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

Shades of Metallic Gold #CBAC2A

Tints of Metallic Gold #CBAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 48.68%
G = 41.25%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CBAC2A (or 0xCBAC2A) is known color: Metallic Gold. HEX triplet: CB, AC and 2A. RGB value is (203,172,42). Sum of RGB (Red+Green+Blue) = 203+172+42=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC2A is #3453D5. Grayscale: #A7A7A7. Windows color (decimal): -3429334 or 2796747. OLE color: 2796747.

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

Color convert

RGB 203 172 42 -
CMYK 0 0.15 0.79 0.20
HSL 48.45º 0.66% 0.48% -
HSV(B) 48.45º 0.79% 0.8% -
XYZ 39.8 42.37 8.27 -
YUV 166.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 203 172 42 0 0.15 0.79 0.20 48.45 0.66 0.48
Hex CB AC 2A 0 F 4F 14 30 42 30
Octal 313 254 52 0 17 117 24 60 102 60
Binary 11001011 10101100 101010 0 1111 1001111 10100 110000 1000010 110000

Color Harmonies of #CBAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC2A

Black with #CBAC2A

Text Example


Text Example

White with #CBAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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