Html Css Color HEX #CB9221 Nugget

📋 copy color: '#CB9221'

red 203 ◦ green 146 ◦ blue 33

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

Shades of Nugget #CB9221

Tints of Nugget #CB9221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 33 (13.28% from 255) = 8.64%

R = 53.14%
G = 38.22%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB9221 (or 0xCB9221) is known color: Nugget. HEX triplet: CB, 92 and 21. RGB value is (203,146,33). Sum of RGB (Red+Green+Blue) = 203+146+33=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9221 is #346DDE. Grayscale: #969696. Windows color (decimal): -3435999 or 2200267. OLE color: 2200267.

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

Color convert

RGB 203 146 33 -
CMYK 0 0.28 0.84 0.20
HSL 39.88º 0.72% 0.46% -
HSV(B) 39.88º 0.84% 0.8% -
XYZ 35.18 33.36 6.02 -
YUV 150.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 203 146 33 0 0.28 0.84 0.20 39.88 0.72 0.46
Hex CB 92 21 0 1C 54 14 28 48 2E
Octal 313 222 41 0 34 124 24 50 110 56
Binary 11001011 10010010 100001 0 11100 1010100 10100 101000 1001000 101110

Color Harmonies of #CB9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9221

Black with #CB9221

Text Example


Text Example

White with #CB9221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9221; }

 p { color: rgb(203,146,33); }

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

background-color css

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

 a { background-color: rgb(203,146,33); }

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

border-color css

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

 span { border-color: rgb(203,146,33); }

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