Html Css Color HEX #CB9620 Nugget

📋 copy color: '#CB9620'

red 203 ◦ green 150 ◦ blue 32

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

Shades of Nugget #CB9620

Tints of Nugget #CB9620

RGB

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

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

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

R = 52.73%
G = 38.96%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9620 (or 0xCB9620) is known color: Nugget. HEX triplet: CB, 96 and 20. RGB value is (203,150,32). Sum of RGB (Red+Green+Blue) = 203+150+32=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9620 is #3469DF. Grayscale: #989898. Windows color (decimal): -3434976 or 2135755. OLE color: 2135755.

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

Color convert

RGB 203 150 32 -
CMYK 0 0.26 0.84 0.20
HSL 41.4º 0.73% 0.46% -
HSV(B) 41.4º 0.84% 0.8% -
XYZ 35.8 34.61 6.16 -
YUV 152.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 203 150 32 0 0.26 0.84 0.20 41.4 0.73 0.46
Hex CB 96 20 0 1A 54 14 29 49 2E
Octal 313 226 40 0 32 124 24 51 111 56
Binary 11001011 10010110 100000 0 11010 1010100 10100 101001 1001001 101110

Color Harmonies of #CB9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9620

Black with #CB9620

Text Example


Text Example

White with #CB9620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9620; }

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

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

background-color css

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

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

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

border-color css

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

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

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