Html Css Color HEX #CBAC2F Metallic Gold

📋 copy color: '#CBAC2F'

red 203 ◦ green 172 ◦ blue 47

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

Shades of Metallic Gold #CBAC2F

Tints of Metallic Gold #CBAC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

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

R = 48.1%
G = 40.76%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CBAC2F (or 0xCBAC2F) is known color: Metallic Gold. HEX triplet: CB, AC and 2F. RGB value is (203,172,47). Sum of RGB (Red+Green+Blue) = 203+172+47=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC2F is #3453D0. Grayscale: #A7A7A7. Windows color (decimal): -3429329 or 3124427. OLE color: 3124427.

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

Color convert

RGB 203 172 47 -
CMYK 0 0.15 0.77 0.20
HSL 48.08º 0.62% 0.49% -
HSV(B) 48.08º 0.77% 0.8% -
XYZ 39.89 42.41 8.77 -
YUV 167.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 203 172 47 0 0.15 0.77 0.20 48.08 0.62 0.49
Hex CB AC 2F 0 F 4D 14 30 3E 31
Octal 313 254 57 0 17 115 24 60 76 61
Binary 11001011 10101100 101111 0 1111 1001101 10100 110000 111110 110001

Color Harmonies of #CBAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC2F

Black with #CBAC2F

Text Example


Text Example

White with #CBAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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