Html Css Color HEX #CBA005 Buddha Gold

📋 copy color: '#CBA005'

red 203 ◦ green 160 ◦ blue 5

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

Shades of Buddha Gold #CBA005

Tints of Buddha Gold #CBA005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 55.16%
G = 43.48%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA005 (or 0xCBA005) is known color: Buddha Gold. HEX triplet: CB, A0 and 05. RGB value is (203,160,5). Sum of RGB (Red+Green+Blue) = 203+160+5=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA005 is #345FFA. Grayscale: #9B9B9B. Windows color (decimal): -3432443 or 368843. OLE color: 368843.

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

Color convert

RGB 203 160 5 -
CMYK 0 0.21 0.98 0.20
HSL 46.97º 0.95% 0.41% -
HSV(B) 46.97º 0.98% 0.8% -
XYZ 37.23 37.85 5.49 -
YUV 155.19 43.25 162.1 -
System Red Green Blue C M Y K H S L
Decimal 203 160 5 0 0.21 0.98 0.20 46.97 0.95 0.41
Hex CB A0 5 0 15 62 14 2F 5F 29
Octal 313 240 5 0 25 142 24 57 137 51
Binary 11001011 10100000 101 0 10101 1100010 10100 101111 1011111 101001

Color Harmonies of #CBA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA005

Black with #CBA005

Text Example


Text Example

White with #CBA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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