Html Css Color HEX #CBA90C Buddha Gold

📋 copy color: '#CBA90C'

red 203 ◦ green 169 ◦ blue 12

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

Shades of Buddha Gold #CBA90C

Tints of Buddha Gold #CBA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 52.86%
G = 44.01%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CBA90C (or 0xCBA90C) is known color: Buddha Gold. HEX triplet: CB, A9 and 0C. RGB value is (203,169,12). Sum of RGB (Red+Green+Blue) = 203+169+12=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA90C is #3456F3. Grayscale: #A1A1A1. Windows color (decimal): -3430132 or 829899. OLE color: 829899.

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

Color convert

RGB 203 169 12 -
CMYK 0 0.17 0.94 0.20
HSL 49.32º 0.89% 0.42% -
HSV(B) 49.32º 0.94% 0.8% -
XYZ 38.88 41.1 6.23 -
YUV 161.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 203 169 12 0 0.17 0.94 0.20 49.32 0.89 0.42
Hex CB A9 C 0 11 5E 14 31 59 2A
Octal 313 251 14 0 21 136 24 61 131 52
Binary 11001011 10101001 1100 0 10001 1011110 10100 110001 1011001 101010

Color Harmonies of #CBA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA90C

Black with #CBA90C

Text Example


Text Example

White with #CBA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA90C; }

 p { color: rgb(203,169,12); }

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

background-color css

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

 a { background-color: rgb(203,169,12); }

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

border-color css

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

 span { border-color: rgb(203,169,12); }

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