Html Css Color HEX #CB9925 Nugget

📋 copy color: '#CB9925'

red 203 ◦ green 153 ◦ blue 37

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

Shades of Nugget #CB9925

Tints of Nugget #CB9925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 51.65%
G = 38.93%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9925 (or 0xCB9925) is known color: Nugget. HEX triplet: CB, 99 and 25. RGB value is (203,153,37). Sum of RGB (Red+Green+Blue) = 203+153+37=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9925 is #3466DA. Grayscale: #9B9B9B. Windows color (decimal): -3434203 or 2464203. OLE color: 2464203.

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

Color convert

RGB 203 153 37 -
CMYK 0 0.25 0.82 0.20
HSL 41.93º 0.69% 0.47% -
HSV(B) 41.93º 0.82% 0.8% -
XYZ 36.35 35.61 6.71 -
YUV 154.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 203 153 37 0 0.25 0.82 0.20 41.93 0.69 0.47
Hex CB 99 25 0 19 52 14 2A 45 2F
Octal 313 231 45 0 31 122 24 52 105 57
Binary 11001011 10011001 100101 0 11001 1010010 10100 101010 1000101 101111

Color Harmonies of #CB9925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9925

Black with #CB9925

Text Example


Text Example

White with #CB9925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9925; }

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

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

background-color css

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

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

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

border-color css

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

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

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