Html Css Color HEX #CB9B15 Buddha Gold

📋 copy color: '#CB9B15'

red 203 ◦ green 155 ◦ blue 21

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

Shades of Buddha Gold #CB9B15

Tints of Buddha Gold #CB9B15

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 53.56%
G = 40.9%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB9B15 (or 0xCB9B15) is known color: Buddha Gold. HEX triplet: CB, 9B and 15. RGB value is (203,155,21). Sum of RGB (Red+Green+Blue) = 203+155+21=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B15 is #3464EA. Grayscale: #9A9A9A. Windows color (decimal): -3433707 or 1416139. OLE color: 1416139.

HSL color Cylindrical-coordinate representation of color #CB9B15: hue angle of 44.18º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB9B15 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 155 21 -
CMYK 0 0.24 0.90 0.20
HSL 44.18º 0.81% 0.44% -
HSV(B) 44.18º 0.9% 0.8% -
XYZ 36.49 36.19 5.77 -
YUV 154.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 203 155 21 0 0.24 0.90 0.20 44.18 0.81 0.44
Hex CB 9B 15 0 18 5A 14 2C 51 2C
Octal 313 233 25 0 30 132 24 54 121 54
Binary 11001011 10011011 10101 0 11000 1011010 10100 101100 1010001 101100

Color Harmonies of #CB9B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B15

Black with #CB9B15

Text Example


Text Example

White with #CB9B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B15; }

 p { color: rgb(203,155,21); }

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

background-color css

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

 a { background-color: rgb(203,155,21); }

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

border-color css

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

 span { border-color: rgb(203,155,21); }

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