Html Css Color HEX #CBA30C Buddha Gold

📋 copy color: '#CBA30C'

red 203 ◦ green 163 ◦ blue 12

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

Shades of Buddha Gold #CBA30C

Tints of Buddha Gold #CBA30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.12%

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

R = 53.7%
G = 43.12%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA30C (or 0xCBA30C) is known color: Buddha Gold. HEX triplet: CB, A3 and 0C. RGB value is (203,163,12). Sum of RGB (Red+Green+Blue) = 203+163+12=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA30C is #345CF3. Grayscale: #9E9E9E. Windows color (decimal): -3431668 or 828363. OLE color: 828363.

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

Color convert

RGB 203 163 12 -
CMYK 0 0.20 0.94 0.20
HSL 47.43º 0.89% 0.42% -
HSV(B) 47.43º 0.94% 0.8% -
XYZ 37.79 38.92 5.87 -
YUV 157.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 203 163 12 0 0.20 0.94 0.20 47.43 0.89 0.42
Hex CB A3 C 0 14 5E 14 2F 59 2A
Octal 313 243 14 0 24 136 24 57 131 52
Binary 11001011 10100011 1100 0 10100 1011110 10100 101111 1011001 101010

Color Harmonies of #CBA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA30C

Black with #CBA30C

Text Example


Text Example

White with #CBA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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