Html Css Color HEX #CBA003 Buddha Gold

📋 copy color: '#CBA003'

red 203 ◦ green 160 ◦ blue 3

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

Shades of Buddha Gold #CBA003

Tints of Buddha Gold #CBA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 55.46%
G = 43.72%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CBA003 (or 0xCBA003) is known color: Buddha Gold. HEX triplet: CB, A0 and 03. RGB value is (203,160,3). Sum of RGB (Red+Green+Blue) = 203+160+3=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA003 is #345FFC. Grayscale: #9B9B9B. Windows color (decimal): -3432445 or 237771. OLE color: 237771.

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

Color convert

RGB 203 160 3 -
CMYK 0 0.21 0.99 0.20
HSL 47.1º 0.97% 0.4% -
HSV(B) 47.1º 0.99% 0.8% -
XYZ 37.22 37.84 5.43 -
YUV 154.96 42.25 162.27 -
System Red Green Blue C M Y K H S L
Decimal 203 160 3 0 0.21 0.99 0.20 47.1 0.97 0.4
Hex CB A0 3 0 15 63 14 2F 61 28
Octal 313 240 3 0 25 143 24 57 141 50
Binary 11001011 10100000 11 0 10101 1100011 10100 101111 1100001 101000

Color Harmonies of #CBA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA003

Black with #CBA003

Text Example


Text Example

White with #CBA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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