Html Css Color HEX #CBA432 Metallic Gold

📋 copy color: '#CBA432'

red 203 ◦ green 164 ◦ blue 50

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

Shades of Metallic Gold #CBA432

Tints of Metallic Gold #CBA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.33%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 48.68%
G = 39.33%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBA432 (or 0xCBA432) is known color: Metallic Gold. HEX triplet: CB, A4 and 32. RGB value is (203,164,50). Sum of RGB (Red+Green+Blue) = 203+164+50=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA432 is #345BCD. Grayscale: #A3A3A3. Windows color (decimal): -3431374 or 3318987. OLE color: 3318987.

HSL color Cylindrical-coordinate representation of color #CBA432: hue angle of 44.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA432 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 50 -
CMYK 0 0.19 0.75 0.20
HSL 44.71º 0.6% 0.5% -
HSV(B) 44.71º 0.75% 0.8% -
XYZ 38.48 39.48 8.61 -
YUV 162.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 203 164 50 0 0.19 0.75 0.20 44.71 0.6 0.5
Hex CB A4 32 0 13 4B 14 2D 3C 32
Octal 313 244 62 0 23 113 24 55 74 62
Binary 11001011 10100100 110010 0 10011 1001011 10100 101101 111100 110010

Color Harmonies of #CBA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA432

Black with #CBA432

Text Example


Text Example

White with #CBA432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA432; }

 p { color: rgb(203,164,50); }

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

background-color css

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

 a { background-color: rgb(203,164,50); }

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

border-color css

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

 span { border-color: rgb(203,164,50); }

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