Html Css Color HEX #CBA013 Buddha Gold

📋 copy color: '#CBA013'

red 203 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #CBA013

Tints of Buddha Gold #CBA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 53.14%
G = 41.88%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA013 (or 0xCBA013) is known color: Buddha Gold. HEX triplet: CB, A0 and 13. RGB value is (203,160,19). Sum of RGB (Red+Green+Blue) = 203+160+19=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA013 is #345FEC. Grayscale: #9D9D9D. Windows color (decimal): -3432429 or 1286347. OLE color: 1286347.

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

Color convert

RGB 203 160 19 -
CMYK 0 0.21 0.91 0.20
HSL 45.98º 0.83% 0.44% -
HSV(B) 45.98º 0.91% 0.8% -
XYZ 37.32 37.89 5.96 -
YUV 156.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 203 160 19 0 0.21 0.91 0.20 45.98 0.83 0.44
Hex CB A0 13 0 15 5B 14 2E 53 2C
Octal 313 240 23 0 25 133 24 56 123 54
Binary 11001011 10100000 10011 0 10101 1011011 10100 101110 1010011 101100

Color Harmonies of #CBA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA013

Black with #CBA013

Text Example


Text Example

White with #CBA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA013; }

 p { color: rgb(203,160,19); }

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

background-color css

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

 a { background-color: rgb(203,160,19); }

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

border-color css

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

 span { border-color: rgb(203,160,19); }

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