Html Css Color HEX #CB9F37 Metallic Gold

📋 copy color: '#CB9F37'

red 203 ◦ green 159 ◦ blue 55

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

Shades of Metallic Gold #CB9F37

Tints of Metallic Gold #CB9F37

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 48.68%
G = 38.13%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB9F37 (or 0xCB9F37) is known color: Metallic Gold. HEX triplet: CB, 9F and 37. RGB value is (203,159,55). Sum of RGB (Red+Green+Blue) = 203+159+55=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F37 is #3460C8. Grayscale: #A0A0A0. Windows color (decimal): -3432649 or 3645387. OLE color: 3645387.

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

Color convert

RGB 203 159 55 -
CMYK 0 0.22 0.73 0.20
HSL 42.16º 0.59% 0.51% -
HSV(B) 42.16º 0.73% 0.8% -
XYZ 37.72 37.77 8.92 -
YUV 160.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 203 159 55 0 0.22 0.73 0.20 42.16 0.59 0.51
Hex CB 9F 37 0 16 49 14 2A 3B 33
Octal 313 237 67 0 26 111 24 52 73 63
Binary 11001011 10011111 110111 0 10110 1001001 10100 101010 111011 110011

Color Harmonies of #CB9F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F37

Black with #CB9F37

Text Example


Text Example

White with #CB9F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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