Html Css Color HEX #CB9626 Nugget

📋 copy color: '#CB9626'

red 203 ◦ green 150 ◦ blue 38

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

Shades of Nugget #CB9626

Tints of Nugget #CB9626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 51.92%
G = 38.36%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB9626 (or 0xCB9626) is known color: Nugget. HEX triplet: CB, 96 and 26. RGB value is (203,150,38). Sum of RGB (Red+Green+Blue) = 203+150+38=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9626 is #3469D9. Grayscale: #999999. Windows color (decimal): -3434970 or 2528971. OLE color: 2528971.

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

Color convert

RGB 203 150 38 -
CMYK 0 0.26 0.81 0.20
HSL 40.73º 0.68% 0.47% -
HSV(B) 40.73º 0.81% 0.8% -
XYZ 35.88 34.65 6.63 -
YUV 153.08 63.06 163.61 -
System Red Green Blue C M Y K H S L
Decimal 203 150 38 0 0.26 0.81 0.20 40.73 0.68 0.47
Hex CB 96 26 0 1A 51 14 29 44 2F
Octal 313 226 46 0 32 121 24 51 104 57
Binary 11001011 10010110 100110 0 11010 1010001 10100 101001 1000100 101111

Color Harmonies of #CB9626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9626

Black with #CB9626

Text Example


Text Example

White with #CB9626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9626; }

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

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

background-color css

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

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

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

border-color css

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

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

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