Html Css Color HEX #CBA512 Buddha Gold

📋 copy color: '#CBA512'

red 203 ◦ green 165 ◦ blue 18

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

Shades of Buddha Gold #CBA512

Tints of Buddha Gold #CBA512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 52.59%
G = 42.75%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBA512 (or 0xCBA512) is known color: Buddha Gold. HEX triplet: CB, A5 and 12. RGB value is (203,165,18). Sum of RGB (Red+Green+Blue) = 203+165+18=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA512 is #345AED. Grayscale: #A0A0A0. Windows color (decimal): -3431150 or 1222091. OLE color: 1222091.

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

Color convert

RGB 203 165 18 -
CMYK 0 0.19 0.91 0.20
HSL 47.68º 0.84% 0.43% -
HSV(B) 47.68º 0.91% 0.8% -
XYZ 38.19 39.65 6.21 -
YUV 159.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 203 165 18 0 0.19 0.91 0.20 47.68 0.84 0.43
Hex CB A5 12 0 13 5B 14 30 54 2B
Octal 313 245 22 0 23 133 24 60 124 53
Binary 11001011 10100101 10010 0 10011 1011011 10100 110000 1010100 101011

Color Harmonies of #CBA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA512

Black with #CBA512

Text Example


Text Example

White with #CBA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA512; }

 p { color: rgb(203,165,18); }

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

background-color css

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

 a { background-color: rgb(203,165,18); }

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

border-color css

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

 span { border-color: rgb(203,165,18); }

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