Html Css Color HEX #CB9624 Nugget

📋 copy color: '#CB9624'

red 203 ◦ green 150 ◦ blue 36

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

Shades of Nugget #CB9624

Tints of Nugget #CB9624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 52.19%
G = 38.56%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9624 (or 0xCB9624) is known color: Nugget. HEX triplet: CB, 96 and 24. RGB value is (203,150,36). Sum of RGB (Red+Green+Blue) = 203+150+36=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9624 is #3469DB. Grayscale: #999999. Windows color (decimal): -3434972 or 2397899. OLE color: 2397899.

HSL color Cylindrical-coordinate representation of color #CB9624: hue angle of 40.96º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9624 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 36 -
CMYK 0 0.26 0.82 0.20
HSL 40.96º 0.7% 0.47% -
HSV(B) 40.96º 0.82% 0.8% -
XYZ 35.85 34.64 6.46 -
YUV 152.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 203 150 36 0 0.26 0.82 0.20 40.96 0.7 0.47
Hex CB 96 24 0 1A 52 14 29 46 2F
Octal 313 226 44 0 32 122 24 51 106 57
Binary 11001011 10010110 100100 0 11010 1010010 10100 101001 1000110 101111

Color Harmonies of #CB9624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9624

Black with #CB9624

Text Example


Text Example

White with #CB9624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9624; }

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

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

background-color css

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

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

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

border-color css

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

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

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