Html Css Color HEX #CBA237 Metallic Gold

📋 copy color: '#CBA237'

red 203 ◦ green 162 ◦ blue 55

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

Shades of Metallic Gold #CBA237

Tints of Metallic Gold #CBA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 55 (21.88% from 255) = 13.1%

R = 48.33%
G = 38.57%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA237 (or 0xCBA237) is known color: Metallic Gold. HEX triplet: CB, A2 and 37. RGB value is (203,162,55). Sum of RGB (Red+Green+Blue) = 203+162+55=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA237 is #345DC8. Grayscale: #A2A2A2. Windows color (decimal): -3431881 or 3646155. OLE color: 3646155.

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

Color convert

RGB 203 162 55 -
CMYK 0 0.20 0.73 0.20
HSL 43.38º 0.59% 0.51% -
HSV(B) 43.38º 0.73% 0.8% -
XYZ 38.24 38.81 9.09 -
YUV 162.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 203 162 55 0 0.20 0.73 0.20 43.38 0.59 0.51
Hex CB A2 37 0 14 49 14 2B 3B 33
Octal 313 242 67 0 24 111 24 53 73 63
Binary 11001011 10100010 110111 0 10100 1001001 10100 101011 111011 110011

Color Harmonies of #CBA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA237

Black with #CBA237

Text Example


Text Example

White with #CBA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA237; }

 p { color: rgb(203,162,55); }

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

background-color css

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

 a { background-color: rgb(203,162,55); }

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

border-color css

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

 span { border-color: rgb(203,162,55); }

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