Html Css Color HEX #C88D19 Nugget

📋 copy color: '#C88D19'

red 200 ◦ green 141 ◦ blue 25

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

Shades of Nugget #C88D19

Tints of Nugget #C88D19

RGB

 RED value IS 200 (78.52% from 255) = 54.64%

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 25 (10.16% from 255) = 6.83%

R = 54.64%
G = 38.52%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C88D19 (or 0xC88D19) is known color: Nugget. HEX triplet: C8, 8D and 19. RGB value is (200,141,25). Sum of RGB (Red+Green+Blue) = 200+141+25=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88D19 is #3772E6. Grayscale: #919191. Windows color (decimal): -3633895 or 1674696. OLE color: 1674696.

HSL color Cylindrical-coordinate representation of color #C88D19: hue angle of 39.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C88D19 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 25 -
CMYK 0 0.29 0.88 0.22
HSL 39.77º 0.78% 0.44% -
HSV(B) 39.77º 0.88% 0.78% -
XYZ 33.52 31.4 5.21 -
YUV 145.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 200 141 25 0 0.29 0.88 0.22 39.77 0.78 0.44
Hex C8 8D 19 0 1D 58 16 28 4E 2C
Octal 310 215 31 0 35 130 26 50 116 54
Binary 11001000 10001101 11001 0 11101 1011000 10110 101000 1001110 101100

Color Harmonies of #C88D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D19

Black with #C88D19

Text Example


Text Example

White with #C88D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D19; }

 p { color: rgb(200,141,25); }

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

background-color css

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

 a { background-color: rgb(200,141,25); }

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

border-color css

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

 span { border-color: rgb(200,141,25); }

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