Html Css Color HEX #CBA135 Metallic Gold

📋 copy color: '#CBA135'

red 203 ◦ green 161 ◦ blue 53

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

Shades of Metallic Gold #CBA135

Tints of Metallic Gold #CBA135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 53 (21.09% from 255) = 12.71%

R = 48.68%
G = 38.61%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA135 (or 0xCBA135) is known color: Metallic Gold. HEX triplet: CB, A1 and 35. RGB value is (203,161,53). Sum of RGB (Red+Green+Blue) = 203+161+53=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA135 is #345ECA. Grayscale: #A1A1A1. Windows color (decimal): -3432139 or 3514827. OLE color: 3514827.

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

Color convert

RGB 203 161 53 -
CMYK 0 0.21 0.74 0.20
HSL 43.2º 0.59% 0.5% -
HSV(B) 43.2º 0.74% 0.8% -
XYZ 38.02 38.44 8.78 -
YUV 161.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 203 161 53 0 0.21 0.74 0.20 43.2 0.59 0.5
Hex CB A1 35 0 15 4A 14 2B 3B 32
Octal 313 241 65 0 25 112 24 53 73 62
Binary 11001011 10100001 110101 0 10101 1001010 10100 101011 111011 110010

Color Harmonies of #CBA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA135

Black with #CBA135

Text Example


Text Example

White with #CBA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA135; }

 p { color: rgb(203,161,53); }

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

background-color css

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

 a { background-color: rgb(203,161,53); }

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

border-color css

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

 span { border-color: rgb(203,161,53); }

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