Html Css Color HEX #CB9118 Buddha Gold

📋 copy color: '#CB9118'

red 203 ◦ green 145 ◦ blue 24

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

Shades of Buddha Gold #CB9118

Tints of Buddha Gold #CB9118

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 54.57%
G = 38.98%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB9118 (or 0xCB9118) is known color: Buddha Gold. HEX triplet: CB, 91 and 18. RGB value is (203,145,24). Sum of RGB (Red+Green+Blue) = 203+145+24=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9118 is #346EE7. Grayscale: #959595. Windows color (decimal): -3436264 or 1610187. OLE color: 1610187.

HSL color Cylindrical-coordinate representation of color #CB9118: hue angle of 40.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB9118 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 145 24 -
CMYK 0 0.29 0.88 0.20
HSL 40.56º 0.79% 0.45% -
HSV(B) 40.56º 0.88% 0.8% -
XYZ 34.92 33.01 5.4 -
YUV 148.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 203 145 24 0 0.29 0.88 0.20 40.56 0.79 0.45
Hex CB 91 18 0 1D 58 14 29 4F 2D
Octal 313 221 30 0 35 130 24 51 117 55
Binary 11001011 10010001 11000 0 11101 1011000 10100 101001 1001111 101101

Color Harmonies of #CB9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9118

Black with #CB9118

Text Example


Text Example

White with #CB9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9118; }

 p { color: rgb(203,145,24); }

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

background-color css

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

 a { background-color: rgb(203,145,24); }

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

border-color css

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

 span { border-color: rgb(203,145,24); }

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