Html Css Color HEX #CBA006 Buddha Gold

📋 copy color: '#CBA006'

red 203 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #CBA006

Tints of Buddha Gold #CBA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 55.01%
G = 43.36%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBA006 (or 0xCBA006) is known color: Buddha Gold. HEX triplet: CB, A0 and 06. RGB value is (203,160,6). Sum of RGB (Red+Green+Blue) = 203+160+6=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA006 is #345FF9. Grayscale: #9B9B9B. Windows color (decimal): -3432442 or 434379. OLE color: 434379.

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

Color convert

RGB 203 160 6 -
CMYK 0 0.21 0.97 0.20
HSL 46.9º 0.94% 0.41% -
HSV(B) 46.9º 0.97% 0.8% -
XYZ 37.23 37.85 5.52 -
YUV 155.3 43.75 162.02 -
System Red Green Blue C M Y K H S L
Decimal 203 160 6 0 0.21 0.97 0.20 46.9 0.94 0.41
Hex CB A0 6 0 15 61 14 2F 5E 29
Octal 313 240 6 0 25 141 24 57 136 51
Binary 11001011 10100000 110 0 10101 1100001 10100 101111 1011110 101001

Color Harmonies of #CBA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA006

Black with #CBA006

Text Example


Text Example

White with #CBA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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