Html Css Color HEX #CB9B20 Buddha Gold

📋 copy color: '#CB9B20'

red 203 ◦ green 155 ◦ blue 32

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

Shades of Buddha Gold #CB9B20

Tints of Buddha Gold #CB9B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.21%

R = 52.05%
G = 39.74%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9B20 (or 0xCB9B20) is known color: Buddha Gold. HEX triplet: CB, 9B and 20. RGB value is (203,155,32). Sum of RGB (Red+Green+Blue) = 203+155+32=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B20 is #3464DF. Grayscale: #9B9B9B. Windows color (decimal): -3433696 or 2137035. OLE color: 2137035.

HSL color Cylindrical-coordinate representation of color #CB9B20: hue angle of 43.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB9B20 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 155 32 -
CMYK 0 0.24 0.84 0.20
HSL 43.16º 0.73% 0.46% -
HSV(B) 43.16º 0.84% 0.8% -
XYZ 36.61 36.24 6.43 -
YUV 155.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 203 155 32 0 0.24 0.84 0.20 43.16 0.73 0.46
Hex CB 9B 20 0 18 54 14 2B 49 2E
Octal 313 233 40 0 30 124 24 53 111 56
Binary 11001011 10011011 100000 0 11000 1010100 10100 101011 1001001 101110

Color Harmonies of #CB9B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B20

Black with #CB9B20

Text Example


Text Example

White with #CB9B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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