Html Css Color HEX #CB9510 Buddha Gold

📋 copy color: '#CB9510'

red 203 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #CB9510

Tints of Buddha Gold #CB9510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

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

R = 55.16%
G = 40.49%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9510 (or 0xCB9510) is known color: Buddha Gold. HEX triplet: CB, 95 and 10. RGB value is (203,149,16). Sum of RGB (Red+Green+Blue) = 203+149+16=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9510 is #346AEF. Grayscale: #969696. Windows color (decimal): -3435248 or 1086923. OLE color: 1086923.

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

Color convert

RGB 203 149 16 -
CMYK 0 0.27 0.92 0.20
HSL 42.67º 0.85% 0.43% -
HSV(B) 42.67º 0.92% 0.8% -
XYZ 35.47 34.23 5.23 -
YUV 149.98 52.39 165.81 -
System Red Green Blue C M Y K H S L
Decimal 203 149 16 0 0.27 0.92 0.20 42.67 0.85 0.43
Hex CB 95 10 0 1B 5C 14 2B 55 2B
Octal 313 225 20 0 33 134 24 53 125 53
Binary 11001011 10010101 10000 0 11011 1011100 10100 101011 1010101 101011

Color Harmonies of #CB9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9510

Black with #CB9510

Text Example


Text Example

White with #CB9510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9510; }

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

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

background-color css

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

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

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

border-color css

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

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

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