Html Css Color HEX #CB9610 Buddha Gold

📋 copy color: '#CB9610'

red 203 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #CB9610

Tints of Buddha Gold #CB9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 55.01%
G = 40.65%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9610 (or 0xCB9610) is known color: Buddha Gold. HEX triplet: CB, 96 and 10. RGB value is (203,150,16). Sum of RGB (Red+Green+Blue) = 203+150+16=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9610 is #3469EF. Grayscale: #979797. Windows color (decimal): -3434992 or 1087179. OLE color: 1087179.

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

Color convert

RGB 203 150 16 -
CMYK 0 0.26 0.92 0.20
HSL 42.99º 0.85% 0.43% -
HSV(B) 42.99º 0.92% 0.8% -
XYZ 35.63 34.55 5.28 -
YUV 150.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 203 150 16 0 0.26 0.92 0.20 42.99 0.85 0.43
Hex CB 96 10 0 1A 5C 14 2B 55 2B
Octal 313 226 20 0 32 134 24 53 125 53
Binary 11001011 10010110 10000 0 11010 1011100 10100 101011 1010101 101011

Color Harmonies of #CB9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9610

Black with #CB9610

Text Example


Text Example

White with #CB9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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