Html Css Color HEX #C88A1C Nugget

📋 copy color: '#C88A1C'

red 200 ◦ green 138 ◦ blue 28

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

Shades of Nugget #C88A1C

Tints of Nugget #C88A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 54.64%
G = 37.7%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C88A1C (or 0xC88A1C) is known color: Nugget. HEX triplet: C8, 8A and 1C. RGB value is (200,138,28). Sum of RGB (Red+Green+Blue) = 200+138+28=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A1C is #3775E3. Grayscale: #909090. Windows color (decimal): -3634660 or 1870536. OLE color: 1870536.

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

Color convert

RGB 200 138 28 -
CMYK 0 0.31 0.86 0.22
HSL 38.37º 0.75% 0.45% -
HSV(B) 38.37º 0.86% 0.78% -
XYZ 33.12 30.54 5.25 -
YUV 144 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 200 138 28 0 0.31 0.86 0.22 38.37 0.75 0.45
Hex C8 8A 1C 0 1F 56 16 26 4B 2D
Octal 310 212 34 0 37 126 26 46 113 55
Binary 11001000 10001010 11100 0 11111 1010110 10110 100110 1001011 101101

Color Harmonies of #C88A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A1C

Black with #C88A1C

Text Example


Text Example

White with #C88A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A1C; }

 p { color: rgb(200,138,28); }

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

background-color css

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

 a { background-color: rgb(200,138,28); }

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

border-color css

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

 span { border-color: rgb(200,138,28); }

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