Html Css Color HEX #CB9112 Buddha Gold

📋 copy color: '#CB9112'

red 203 ◦ green 145 ◦ blue 18

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

Shades of Buddha Gold #CB9112

Tints of Buddha Gold #CB9112

RGB

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

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

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

R = 55.46%
G = 39.62%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9112 (or 0xCB9112) is known color: Buddha Gold. HEX triplet: CB, 91 and 12. RGB value is (203,145,18). Sum of RGB (Red+Green+Blue) = 203+145+18=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9112 is #346EED. Grayscale: #949494. Windows color (decimal): -3436270 or 1216971. OLE color: 1216971.

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

Color convert

RGB 203 145 18 -
CMYK 0 0.29 0.91 0.20
HSL 41.19º 0.84% 0.43% -
HSV(B) 41.19º 0.91% 0.8% -
XYZ 34.86 32.99 5.1 -
YUV 147.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 203 145 18 0 0.29 0.91 0.20 41.19 0.84 0.43
Hex CB 91 12 0 1D 5B 14 29 54 2B
Octal 313 221 22 0 35 133 24 51 124 53
Binary 11001011 10010001 10010 0 11101 1011011 10100 101001 1010100 101011

Color Harmonies of #CB9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9112

Black with #CB9112

Text Example


Text Example

White with #CB9112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9112; }

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

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

background-color css

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

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

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

border-color css

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

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

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