Html Css Color HEX #CBA60C Buddha Gold

📋 copy color: '#CBA60C'

red 203 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #CBA60C

Tints of Buddha Gold #CBA60C

RGB

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

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

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

R = 53.28%
G = 43.57%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA60C (or 0xCBA60C) is known color: Buddha Gold. HEX triplet: CB, A6 and 0C. RGB value is (203,166,12). Sum of RGB (Red+Green+Blue) = 203+166+12=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA60C is #3459F3. Grayscale: #A0A0A0. Windows color (decimal): -3430900 or 829131. OLE color: 829131.

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

Color convert

RGB 203 166 12 -
CMYK 0 0.18 0.94 0.20
HSL 48.38º 0.89% 0.42% -
HSV(B) 48.38º 0.94% 0.8% -
XYZ 38.33 40 6.05 -
YUV 159.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 203 166 12 0 0.18 0.94 0.20 48.38 0.89 0.42
Hex CB A6 C 0 12 5E 14 30 59 2A
Octal 313 246 14 0 22 136 24 60 131 52
Binary 11001011 10100110 1100 0 10010 1011110 10100 110000 1011001 101010

Color Harmonies of #CBA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA60C

Black with #CBA60C

Text Example


Text Example

White with #CBA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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