Html Css Color HEX #CBA01A Buddha Gold

📋 copy color: '#CBA01A'

red 203 ◦ green 160 ◦ blue 26

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

Shades of Buddha Gold #CBA01A

Tints of Buddha Gold #CBA01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.68%

R = 52.19%
G = 41.13%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CBA01A (or 0xCBA01A) is known color: Buddha Gold. HEX triplet: CB, A0 and 1A. RGB value is (203,160,26). Sum of RGB (Red+Green+Blue) = 203+160+26=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA01A is #345FE5. Grayscale: #9E9E9E. Windows color (decimal): -3432422 or 1745099. OLE color: 1745099.

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

Color convert

RGB 203 160 26 -
CMYK 0 0.21 0.87 0.20
HSL 45.42º 0.77% 0.45% -
HSV(B) 45.42º 0.87% 0.8% -
XYZ 37.39 37.91 6.32 -
YUV 157.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 203 160 26 0 0.21 0.87 0.20 45.42 0.77 0.45
Hex CB A0 1A 0 15 57 14 2D 4D 2D
Octal 313 240 32 0 25 127 24 55 115 55
Binary 11001011 10100000 11010 0 10101 1010111 10100 101101 1001101 101101

Color Harmonies of #CBA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA01A

Black with #CBA01A

Text Example


Text Example

White with #CBA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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