Html Css Color HEX #CBA00E Buddha Gold

📋 copy color: '#CBA00E'

red 203 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #CBA00E

Tints of Buddha Gold #CBA00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 53.85%
G = 42.44%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CBA00E (or 0xCBA00E) is known color: Buddha Gold. HEX triplet: CB, A0 and 0E. RGB value is (203,160,14). Sum of RGB (Red+Green+Blue) = 203+160+14=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00E is #345FF1. Grayscale: #9C9C9C. Windows color (decimal): -3432434 or 958667. OLE color: 958667.

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

Color convert

RGB 203 160 14 -
CMYK 0 0.21 0.93 0.20
HSL 46.35º 0.87% 0.43% -
HSV(B) 46.35º 0.93% 0.8% -
XYZ 37.28 37.87 5.76 -
YUV 156.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 203 160 14 0 0.21 0.93 0.20 46.35 0.87 0.43
Hex CB A0 E 0 15 5D 14 2E 57 2B
Octal 313 240 16 0 25 135 24 56 127 53
Binary 11001011 10100000 1110 0 10101 1011101 10100 101110 1010111 101011

Color Harmonies of #CBA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA00E

Black with #CBA00E

Text Example


Text Example

White with #CBA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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