Html Css Color HEX #CBA115 Buddha Gold

📋 copy color: '#CBA115'

red 203 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #CBA115

Tints of Buddha Gold #CBA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 52.73%
G = 41.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBA115 (or 0xCBA115) is known color: Buddha Gold. HEX triplet: CB, A1 and 15. RGB value is (203,161,21). Sum of RGB (Red+Green+Blue) = 203+161+21=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA115 is #345EEA. Grayscale: #9E9E9E. Windows color (decimal): -3432171 or 1417675. OLE color: 1417675.

HSL color Cylindrical-coordinate representation of color #CBA115: hue angle of 46.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA115 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 21 -
CMYK 0 0.21 0.90 0.20
HSL 46.15º 0.81% 0.44% -
HSV(B) 46.15º 0.9% 0.8% -
XYZ 37.51 38.24 6.11 -
YUV 157.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 203 161 21 0 0.21 0.90 0.20 46.15 0.81 0.44
Hex CB A1 15 0 15 5A 14 2E 51 2C
Octal 313 241 25 0 25 132 24 56 121 54
Binary 11001011 10100001 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CBA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA115

Black with #CBA115

Text Example


Text Example

White with #CBA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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