Html Css Color HEX #CBA10C Buddha Gold

📋 copy color: '#CBA10C'

red 203 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #CBA10C

Tints of Buddha Gold #CBA10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.19%

R = 53.99%
G = 42.82%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA10C (or 0xCBA10C) is known color: Buddha Gold. HEX triplet: CB, A1 and 0C. RGB value is (203,161,12). Sum of RGB (Red+Green+Blue) = 203+161+12=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA10C is #345EF3. Grayscale: #9D9D9D. Windows color (decimal): -3432180 or 827851. OLE color: 827851.

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

Color convert

RGB 203 161 12 -
CMYK 0 0.21 0.94 0.20
HSL 46.81º 0.89% 0.42% -
HSV(B) 46.81º 0.94% 0.8% -
XYZ 37.44 38.21 5.75 -
YUV 156.57 46.41 161.12 -
System Red Green Blue C M Y K H S L
Decimal 203 161 12 0 0.21 0.94 0.20 46.81 0.89 0.42
Hex CB A1 C 0 15 5E 14 2F 59 2A
Octal 313 241 14 0 25 136 24 57 131 52
Binary 11001011 10100001 1100 0 10101 1011110 10100 101111 1011001 101010

Color Harmonies of #CBA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA10C

Black with #CBA10C

Text Example


Text Example

White with #CBA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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