Html Css Color HEX #CBA212 Buddha Gold

📋 copy color: '#CBA212'

red 203 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #CBA212

Tints of Buddha Gold #CBA212

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

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

R = 53%
G = 42.3%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA212 (or 0xCBA212) is known color: Buddha Gold. HEX triplet: CB, A2 and 12. RGB value is (203,162,18). Sum of RGB (Red+Green+Blue) = 203+162+18=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA212 is #345DED. Grayscale: #9E9E9E. Windows color (decimal): -3431918 or 1221323. OLE color: 1221323.

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

Color convert

RGB 203 162 18 -
CMYK 0 0.20 0.91 0.20
HSL 46.7º 0.84% 0.43% -
HSV(B) 46.7º 0.91% 0.8% -
XYZ 37.66 38.58 6.03 -
YUV 157.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 203 162 18 0 0.20 0.91 0.20 46.7 0.84 0.43
Hex CB A2 12 0 14 5B 14 2F 54 2B
Octal 313 242 22 0 24 133 24 57 124 53
Binary 11001011 10100010 10010 0 10100 1011011 10100 101111 1010100 101011

Color Harmonies of #CBA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA212

Black with #CBA212

Text Example


Text Example

White with #CBA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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