Html Css Color HEX #CBA00C Buddha Gold

📋 copy color: '#CBA00C'

red 203 ◦ green 160 ◦ blue 12

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

Shades of Buddha Gold #CBA00C

Tints of Buddha Gold #CBA00C

RGB

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

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

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

R = 54.13%
G = 42.67%
B = 3.2%

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

#CBA00C (or 0xCBA00C) is known color: Buddha Gold. HEX triplet: CB, A0 and 0C. RGB value is (203,160,12). Sum of RGB (Red+Green+Blue) = 203+160+12=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00C is #345FF3. Grayscale: #9C9C9C. Windows color (decimal): -3432436 or 827595. OLE color: 827595.

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

Color convert

RGB 203 160 12 -
CMYK 0 0.21 0.94 0.20
HSL 46.49º 0.89% 0.42% -
HSV(B) 46.49º 0.94% 0.8% -
XYZ 37.27 37.86 5.69 -
YUV 155.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 203 160 12 0 0.21 0.94 0.20 46.49 0.89 0.42
Hex CB A0 C 0 15 5E 14 2E 59 2A
Octal 313 240 14 0 25 136 24 56 131 52
Binary 11001011 10100000 1100 0 10101 1011110 10100 101110 1011001 101010

Color Harmonies of #CBA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA00C

Black with #CBA00C

Text Example


Text Example

White with #CBA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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