Html Css Color HEX #CBA93C Metallic Gold

📋 copy color: '#CBA93C'

red 203 ◦ green 169 ◦ blue 60

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

Shades of Metallic Gold #CBA93C

Tints of Metallic Gold #CBA93C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.12%

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

R = 46.99%
G = 39.12%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA93C (or 0xCBA93C) is known color: Metallic Gold. HEX triplet: CB, A9 and 3C. RGB value is (203,169,60). Sum of RGB (Red+Green+Blue) = 203+169+60=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA93C is #3456C3. Grayscale: #A7A7A7. Windows color (decimal): -3430084 or 3975627. OLE color: 3975627.

HSL color Cylindrical-coordinate representation of color #CBA93C: hue angle of 45.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBA93C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 60 -
CMYK 0 0.17 0.70 0.20
HSL 45.73º 0.58% 0.52% -
HSV(B) 45.73º 0.7% 0.8% -
XYZ 39.63 41.4 10.18 -
YUV 166.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 203 169 60 0 0.17 0.70 0.20 45.73 0.58 0.52
Hex CB A9 3C 0 11 46 14 2E 3A 34
Octal 313 251 74 0 21 106 24 56 72 64
Binary 11001011 10101001 111100 0 10001 1000110 10100 101110 111010 110100

Color Harmonies of #CBA93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA93C

Black with #CBA93C

Text Example


Text Example

White with #CBA93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA93C; }

 p { color: rgb(203,169,60); }

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

background-color css

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

 a { background-color: rgb(203,169,60); }

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

border-color css

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

 span { border-color: rgb(203,169,60); }

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