Html Css Color HEX #CBA63C Metallic Gold

📋 copy color: '#CBA63C'

red 203 ◦ green 166 ◦ blue 60

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

Shades of Metallic Gold #CBA63C

Tints of Metallic Gold #CBA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

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

R = 47.32%
G = 38.69%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA63C (or 0xCBA63C) is known color: Metallic Gold. HEX triplet: CB, A6 and 3C. RGB value is (203,166,60). Sum of RGB (Red+Green+Blue) = 203+166+60=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63C is #3459C3. Grayscale: #A5A5A5. Windows color (decimal): -3430852 or 3974859. OLE color: 3974859.

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

Color convert

RGB 203 166 60 -
CMYK 0 0.18 0.70 0.20
HSL 44.48º 0.58% 0.52% -
HSV(B) 44.48º 0.7% 0.8% -
XYZ 39.08 40.3 9.99 -
YUV 164.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 203 166 60 0 0.18 0.70 0.20 44.48 0.58 0.52
Hex CB A6 3C 0 12 46 14 2C 3A 34
Octal 313 246 74 0 22 106 24 54 72 64
Binary 11001011 10100110 111100 0 10010 1000110 10100 101100 111010 110100

Color Harmonies of #CBA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA63C

Black with #CBA63C

Text Example


Text Example

White with #CBA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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