Html Css Color HEX #CBA610 Buddha Gold

📋 copy color: '#CBA610'

red 203 ◦ green 166 ◦ blue 16

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

Shades of Buddha Gold #CBA610

Tints of Buddha Gold #CBA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

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

R = 52.73%
G = 43.12%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBA610 (or 0xCBA610) is known color: Buddha Gold. HEX triplet: CB, A6 and 10. RGB value is (203,166,16). Sum of RGB (Red+Green+Blue) = 203+166+16=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA610 is #3459EF. Grayscale: #A0A0A0. Windows color (decimal): -3430896 or 1091275. OLE color: 1091275.

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

Color convert

RGB 203 166 16 -
CMYK 0 0.18 0.92 0.20
HSL 48.13º 0.85% 0.43% -
HSV(B) 48.13º 0.92% 0.8% -
XYZ 38.36 40.01 6.19 -
YUV 159.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 203 166 16 0 0.18 0.92 0.20 48.13 0.85 0.43
Hex CB A6 10 0 12 5C 14 30 55 2B
Octal 313 246 20 0 22 134 24 60 125 53
Binary 11001011 10100110 10000 0 10010 1011100 10100 110000 1010101 101011

Color Harmonies of #CBA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA610

Black with #CBA610

Text Example


Text Example

White with #CBA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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