Html Css Color HEX #CBA00B Buddha Gold

📋 copy color: '#CBA00B'

red 203 ◦ green 160 ◦ blue 11

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

Shades of Buddha Gold #CBA00B

Tints of Buddha Gold #CBA00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.94%

R = 54.28%
G = 42.78%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CBA00B (or 0xCBA00B) is known color: Buddha Gold. HEX triplet: CB, A0 and 0B. RGB value is (203,160,11). Sum of RGB (Red+Green+Blue) = 203+160+11=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00B is #345FF4. Grayscale: #9C9C9C. Windows color (decimal): -3432437 or 762059. OLE color: 762059.

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

Color convert

RGB 203 160 11 -
CMYK 0 0.21 0.95 0.20
HSL 46.56º 0.9% 0.42% -
HSV(B) 46.56º 0.95% 0.8% -
XYZ 37.26 37.86 5.66 -
YUV 155.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 203 160 11 0 0.21 0.95 0.20 46.56 0.9 0.42
Hex CB A0 B 0 15 5F 14 2F 5A 2A
Octal 313 240 13 0 25 137 24 57 132 52
Binary 11001011 10100000 1011 0 10101 1011111 10100 101111 1011010 101010

Color Harmonies of #CBA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA00B

Black with #CBA00B

Text Example


Text Example

White with #CBA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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