Html Css Color HEX #CBA010 Buddha Gold

📋 copy color: '#CBA010'

red 203 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #CBA010

Tints of Buddha Gold #CBA010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 53.56%
G = 42.22%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA010 (or 0xCBA010) is known color: Buddha Gold. HEX triplet: CB, A0 and 10. RGB value is (203,160,16). Sum of RGB (Red+Green+Blue) = 203+160+16=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA010 is #345FEF. Grayscale: #9D9D9D. Windows color (decimal): -3432432 or 1089739. OLE color: 1089739.

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

Color convert

RGB 203 160 16 -
CMYK 0 0.21 0.92 0.20
HSL 46.2º 0.85% 0.43% -
HSV(B) 46.2º 0.92% 0.8% -
XYZ 37.29 37.88 5.84 -
YUV 156.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 203 160 16 0 0.21 0.92 0.20 46.2 0.85 0.43
Hex CB A0 10 0 15 5C 14 2E 55 2B
Octal 313 240 20 0 25 134 24 56 125 53
Binary 11001011 10100000 10000 0 10101 1011100 10100 101110 1010101 101011

Color Harmonies of #CBA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA010

Black with #CBA010

Text Example


Text Example

White with #CBA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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