Html Css Color HEX #CB9516 Buddha Gold

📋 copy color: '#CB9516'

red 203 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #CB9516

Tints of Buddha Gold #CB9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 54.28%
G = 39.84%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB9516 (or 0xCB9516) is known color: Buddha Gold. HEX triplet: CB, 95 and 16. RGB value is (203,149,22). Sum of RGB (Red+Green+Blue) = 203+149+22=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9516 is #346AE9. Grayscale: #979797. Windows color (decimal): -3435242 or 1480139. OLE color: 1480139.

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

Color convert

RGB 203 149 22 -
CMYK 0 0.27 0.89 0.20
HSL 42.1º 0.8% 0.44% -
HSV(B) 42.1º 0.89% 0.8% -
XYZ 35.52 34.25 5.5 -
YUV 150.67 55.39 165.33 -
System Red Green Blue C M Y K H S L
Decimal 203 149 22 0 0.27 0.89 0.20 42.1 0.8 0.44
Hex CB 95 16 0 1B 59 14 2A 50 2C
Octal 313 225 26 0 33 131 24 52 120 54
Binary 11001011 10010101 10110 0 11011 1011001 10100 101010 1010000 101100

Color Harmonies of #CB9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9516

Black with #CB9516

Text Example


Text Example

White with #CB9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9516; }

 p { color: rgb(203,149,22); }

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

background-color css

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

 a { background-color: rgb(203,149,22); }

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

border-color css

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

 span { border-color: rgb(203,149,22); }

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