Html Css Color HEX #CB9210 Buddha Gold

📋 copy color: '#CB9210'

red 203 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #CB9210

Tints of Buddha Gold #CB9210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 55.62%
G = 40%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9210 (or 0xCB9210) is known color: Buddha Gold. HEX triplet: CB, 92 and 10. RGB value is (203,146,16). Sum of RGB (Red+Green+Blue) = 203+146+16=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9210 is #346DEF. Grayscale: #949494. Windows color (decimal): -3436016 or 1086155. OLE color: 1086155.

HSL color Cylindrical-coordinate representation of color #CB9210: hue angle of 41.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB9210 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 146 16 -
CMYK 0 0.28 0.92 0.20
HSL 41.71º 0.85% 0.43% -
HSV(B) 41.71º 0.92% 0.8% -
XYZ 35 33.29 5.07 -
YUV 148.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 203 146 16 0 0.28 0.92 0.20 41.71 0.85 0.43
Hex CB 92 10 0 1C 5C 14 2A 55 2B
Octal 313 222 20 0 34 134 24 52 125 53
Binary 11001011 10010010 10000 0 11100 1011100 10100 101010 1010101 101011

Color Harmonies of #CB9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9210

Black with #CB9210

Text Example


Text Example

White with #CB9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9210; }

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

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

background-color css

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

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

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

border-color css

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

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

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