Html Css Color HEX #CB9625 Nugget

📋 copy color: '#CB9625'

red 203 ◦ green 150 ◦ blue 37

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

Shades of Nugget #CB9625

Tints of Nugget #CB9625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 52.05%
G = 38.46%
B = 9.49%

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

#CB9625 (or 0xCB9625) is known color: Nugget. HEX triplet: CB, 96 and 25. RGB value is (203,150,37). Sum of RGB (Red+Green+Blue) = 203+150+37=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9625 is #3469DA. Grayscale: #999999. Windows color (decimal): -3434971 or 2463435. OLE color: 2463435.

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

Color convert

RGB 203 150 37 -
CMYK 0 0.26 0.82 0.20
HSL 40.84º 0.69% 0.47% -
HSV(B) 40.84º 0.82% 0.8% -
XYZ 35.87 34.64 6.55 -
YUV 152.97 62.56 163.69 -
System Red Green Blue C M Y K H S L
Decimal 203 150 37 0 0.26 0.82 0.20 40.84 0.69 0.47
Hex CB 96 25 0 1A 52 14 29 45 2F
Octal 313 226 45 0 32 122 24 51 105 57
Binary 11001011 10010110 100101 0 11010 1010010 10100 101001 1000101 101111

Color Harmonies of #CB9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9625

Black with #CB9625

Text Example


Text Example

White with #CB9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9625; }

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

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

background-color css

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

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

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

border-color css

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

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

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