Html Css Color HEX #CBA213 Buddha Gold

📋 copy color: '#CBA213'

red 203 ◦ green 162 ◦ blue 19

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

Shades of Buddha Gold #CBA213

Tints of Buddha Gold #CBA213

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 52.86%
G = 42.19%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA213 (or 0xCBA213) is known color: Buddha Gold. HEX triplet: CB, A2 and 13. RGB value is (203,162,19). Sum of RGB (Red+Green+Blue) = 203+162+19=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA213 is #345DEC. Grayscale: #9E9E9E. Windows color (decimal): -3431917 or 1286859. OLE color: 1286859.

HSL color Cylindrical-coordinate representation of color #CBA213: hue angle of 46.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBA213 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 19 -
CMYK 0 0.20 0.91 0.20
HSL 46.63º 0.83% 0.44% -
HSV(B) 46.63º 0.91% 0.8% -
XYZ 37.67 38.58 6.08 -
YUV 157.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 203 162 19 0 0.20 0.91 0.20 46.63 0.83 0.44
Hex CB A2 13 0 14 5B 14 2F 53 2C
Octal 313 242 23 0 24 133 24 57 123 54
Binary 11001011 10100010 10011 0 10100 1011011 10100 101111 1010011 101100

Color Harmonies of #CBA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA213

Black with #CBA213

Text Example


Text Example

White with #CBA213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA213; }

 p { color: rgb(203,162,19); }

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

background-color css

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

 a { background-color: rgb(203,162,19); }

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

border-color css

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

 span { border-color: rgb(203,162,19); }

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