Html Css Color HEX #CBA112 Buddha Gold

📋 copy color: '#CBA112'

red 203 ◦ green 161 ◦ blue 18

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

Shades of Buddha Gold #CBA112

Tints of Buddha Gold #CBA112

RGB

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

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

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

R = 53.14%
G = 42.15%
B = 4.71%

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

#CBA112 (or 0xCBA112) is known color: Buddha Gold. HEX triplet: CB, A1 and 12. RGB value is (203,161,18). Sum of RGB (Red+Green+Blue) = 203+161+18=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA112 is #345EED. Grayscale: #9D9D9D. Windows color (decimal): -3432174 or 1221067. OLE color: 1221067.

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

Color convert

RGB 203 161 18 -
CMYK 0 0.21 0.91 0.20
HSL 46.38º 0.84% 0.43% -
HSV(B) 46.38º 0.91% 0.8% -
XYZ 37.48 38.23 5.98 -
YUV 157.26 49.41 160.63 -
System Red Green Blue C M Y K H S L
Decimal 203 161 18 0 0.21 0.91 0.20 46.38 0.84 0.43
Hex CB A1 12 0 15 5B 14 2E 54 2B
Octal 313 241 22 0 25 133 24 56 124 53
Binary 11001011 10100001 10010 0 10101 1011011 10100 101110 1010100 101011

Color Harmonies of #CBA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA112

Black with #CBA112

Text Example


Text Example

White with #CBA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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