Html Css Color HEX #CBAC3A Metallic Gold

📋 copy color: '#CBAC3A'

red 203 ◦ green 172 ◦ blue 58

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

Shades of Metallic Gold #CBAC3A

Tints of Metallic Gold #CBAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 46.88%
G = 39.72%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBAC3A (or 0xCBAC3A) is known color: Metallic Gold. HEX triplet: CB, AC and 3A. RGB value is (203,172,58). Sum of RGB (Red+Green+Blue) = 203+172+58=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC3A is #3453C5. Grayscale: #A8A8A8. Windows color (decimal): -3429318 or 3845323. OLE color: 3845323.

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

Color convert

RGB 203 172 58 -
CMYK 0 0.15 0.71 0.20
HSL 47.17º 0.58% 0.51% -
HSV(B) 47.17º 0.71% 0.8% -
XYZ 40.14 42.51 10.09 -
YUV 168.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 203 172 58 0 0.15 0.71 0.20 47.17 0.58 0.51
Hex CB AC 3A 0 F 47 14 2F 3A 33
Octal 313 254 72 0 17 107 24 57 72 63
Binary 11001011 10101100 111010 0 1111 1000111 10100 101111 111010 110011

Color Harmonies of #CBAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC3A

Black with #CBAC3A

Text Example


Text Example

White with #CBAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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