Html Css Color HEX #CB9111 Buddha Gold

📋 copy color: '#CB9111'

red 203 ◦ green 145 ◦ blue 17

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

Shades of Buddha Gold #CB9111

Tints of Buddha Gold #CB9111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 55.62%
G = 39.73%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB9111 (or 0xCB9111) is known color: Buddha Gold. HEX triplet: CB, 91 and 11. RGB value is (203,145,17). Sum of RGB (Red+Green+Blue) = 203+145+17=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9111 is #346EEE. Grayscale: #949494. Windows color (decimal): -3436271 or 1151435. OLE color: 1151435.

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

Color convert

RGB 203 145 17 -
CMYK 0 0.29 0.92 0.20
HSL 41.29º 0.85% 0.43% -
HSV(B) 41.29º 0.92% 0.8% -
XYZ 34.86 32.99 5.06 -
YUV 147.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 203 145 17 0 0.29 0.92 0.20 41.29 0.85 0.43
Hex CB 91 11 0 1D 5C 14 29 55 2B
Octal 313 221 21 0 35 134 24 51 125 53
Binary 11001011 10010001 10001 0 11101 1011100 10100 101001 1010101 101011

Color Harmonies of #CB9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9111

Black with #CB9111

Text Example


Text Example

White with #CB9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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