Html Css Color HEX #CBAB2F Metallic Gold

📋 copy color: '#CBAB2F'

red 203 ◦ green 171 ◦ blue 47

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

Shades of Metallic Gold #CBAB2F

Tints of Metallic Gold #CBAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 48.22%
G = 40.62%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBAB2F (or 0xCBAB2F) is known color: Metallic Gold. HEX triplet: CB, AB and 2F. RGB value is (203,171,47). Sum of RGB (Red+Green+Blue) = 203+171+47=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2F is #3454D0. Grayscale: #A6A6A6. Windows color (decimal): -3429585 or 3124171. OLE color: 3124171.

HSL color Cylindrical-coordinate representation of color #CBAB2F: hue angle of 47.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBAB2F is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 47 -
CMYK 0 0.16 0.77 0.20
HSL 47.69º 0.62% 0.49% -
HSV(B) 47.69º 0.77% 0.8% -
XYZ 39.7 42.03 8.71 -
YUV 166.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 203 171 47 0 0.16 0.77 0.20 47.69 0.62 0.49
Hex CB AB 2F 0 10 4D 14 30 3E 31
Octal 313 253 57 0 20 115 24 60 76 61
Binary 11001011 10101011 101111 0 10000 1001101 10100 110000 111110 110001

Color Harmonies of #CBAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB2F

Black with #CBAB2F

Text Example


Text Example

White with #CBAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB2F; }

 p { color: rgb(203,171,47); }

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

background-color css

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

 a { background-color: rgb(203,171,47); }

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

border-color css

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

 span { border-color: rgb(203,171,47); }

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