Html Css Color HEX #CBA012 Buddha Gold

📋 copy color: '#CBA012'

red 203 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #CBA012

Tints of Buddha Gold #CBA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 53.28%
G = 41.99%
B = 4.72%

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

#CBA012 (or 0xCBA012) is known color: Buddha Gold. HEX triplet: CB, A0 and 12. RGB value is (203,160,18). Sum of RGB (Red+Green+Blue) = 203+160+18=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA012 is #345FED. Grayscale: #9D9D9D. Windows color (decimal): -3432430 or 1220811. OLE color: 1220811.

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

Color convert

RGB 203 160 18 -
CMYK 0 0.21 0.91 0.20
HSL 46.05º 0.84% 0.43% -
HSV(B) 46.05º 0.91% 0.8% -
XYZ 37.31 37.88 5.92 -
YUV 156.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 203 160 18 0 0.21 0.91 0.20 46.05 0.84 0.43
Hex CB A0 12 0 15 5B 14 2E 54 2B
Octal 313 240 22 0 25 133 24 56 124 53
Binary 11001011 10100000 10010 0 10101 1011011 10100 101110 1010100 101011

Color Harmonies of #CBA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA012

Black with #CBA012

Text Example


Text Example

White with #CBA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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