Html Css Color HEX #CB9416 Buddha Gold

📋 copy color: '#CB9416'

red 203 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #CB9416

Tints of Buddha Gold #CB9416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 54.42%
G = 39.68%
B = 5.9%

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

#CB9416 (or 0xCB9416) is known color: Buddha Gold. HEX triplet: CB, 94 and 16. RGB value is (203,148,22). Sum of RGB (Red+Green+Blue) = 203+148+22=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9416 is #346BE9. Grayscale: #969696. Windows color (decimal): -3435498 or 1479883. OLE color: 1479883.

HSL color Cylindrical-coordinate representation of color #CB9416: hue angle of 41.77º 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 #CB9416 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 148 22 -
CMYK 0 0.27 0.89 0.20
HSL 41.77º 0.8% 0.44% -
HSV(B) 41.77º 0.89% 0.8% -
XYZ 35.36 33.93 5.45 -
YUV 150.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 203 148 22 0 0.27 0.89 0.20 41.77 0.8 0.44
Hex CB 94 16 0 1B 59 14 2A 50 2C
Octal 313 224 26 0 33 131 24 52 120 54
Binary 11001011 10010100 10110 0 11011 1011001 10100 101010 1010000 101100

Color Harmonies of #CB9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9416

Black with #CB9416

Text Example


Text Example

White with #CB9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9416; }

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

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

background-color css

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

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

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

border-color css

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

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

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