Html Css Color HEX #C88E1E Nugget

📋 copy color: '#C88E1E'

red 200 ◦ green 142 ◦ blue 30

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

Shades of Nugget #C88E1E

Tints of Nugget #C88E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.17%

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 53.76%
G = 38.17%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C88E1E (or 0xC88E1E) is known color: Nugget. HEX triplet: C8, 8E and 1E. RGB value is (200,142,30). Sum of RGB (Red+Green+Blue) = 200+142+30=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E1E is #3771E1. Grayscale: #939393. Windows color (decimal): -3633634 or 2002632. OLE color: 2002632.

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

Color convert

RGB 200 142 30 -
CMYK 0 0.29 0.85 0.22
HSL 39.53º 0.74% 0.45% -
HSV(B) 39.53º 0.85% 0.78% -
XYZ 33.73 31.72 5.57 -
YUV 146.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 200 142 30 0 0.29 0.85 0.22 39.53 0.74 0.45
Hex C8 8E 1E 0 1D 55 16 28 4A 2D
Octal 310 216 36 0 35 125 26 50 112 55
Binary 11001000 10001110 11110 0 11101 1010101 10110 101000 1001010 101101

Color Harmonies of #C88E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E1E

Black with #C88E1E

Text Example


Text Example

White with #C88E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E1E; }

 p { color: rgb(200,142,30); }

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

background-color css

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

 a { background-color: rgb(200,142,30); }

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

border-color css

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

 span { border-color: rgb(200,142,30); }

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