Html Css Color HEX #CB9212 Buddha Gold

📋 copy color: '#CB9212'

red 203 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #CB9212

Tints of Buddha Gold #CB9212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 55.31%
G = 39.78%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB9212 (or 0xCB9212) is known color: Buddha Gold. HEX triplet: CB, 92 and 12. RGB value is (203,146,18). Sum of RGB (Red+Green+Blue) = 203+146+18=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9212 is #346DED. Grayscale: #959595. Windows color (decimal): -3436014 or 1217227. OLE color: 1217227.

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

Color convert

RGB 203 146 18 -
CMYK 0 0.28 0.91 0.20
HSL 41.51º 0.84% 0.43% -
HSV(B) 41.51º 0.91% 0.8% -
XYZ 35.02 33.3 5.15 -
YUV 148.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 203 146 18 0 0.28 0.91 0.20 41.51 0.84 0.43
Hex CB 92 12 0 1C 5B 14 2A 54 2B
Octal 313 222 22 0 34 133 24 52 124 53
Binary 11001011 10010010 10010 0 11100 1011011 10100 101010 1010100 101011

Color Harmonies of #CB9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9212

Black with #CB9212

Text Example


Text Example

White with #CB9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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