Html Css Color HEX #C88D1F Nugget

📋 copy color: '#C88D1F'

red 200 ◦ green 141 ◦ blue 31

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

Shades of Nugget #C88D1F

Tints of Nugget #C88D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.33%

R = 53.76%
G = 37.9%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88D1F (or 0xC88D1F) is known color: Nugget. HEX triplet: C8, 8D and 1F. RGB value is (200,141,31). Sum of RGB (Red+Green+Blue) = 200+141+31=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D1F is #3772E0. Grayscale: #929292. Windows color (decimal): -3633889 or 2067912. OLE color: 2067912.

HSL color Cylindrical-coordinate representation of color #C88D1F: hue angle of 39.05º degrees, saturation: 0.73, 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 #C88D1F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 31 -
CMYK 0 0.29 0.84 0.22
HSL 39.05º 0.73% 0.45% -
HSV(B) 39.05º 0.85% 0.78% -
XYZ 33.59 31.43 5.59 -
YUV 146.1 63.05 166.44 -
System Red Green Blue C M Y K H S L
Decimal 200 141 31 0 0.29 0.84 0.22 39.05 0.73 0.45
Hex C8 8D 1F 0 1D 54 16 27 49 2D
Octal 310 215 37 0 35 124 26 47 111 55
Binary 11001000 10001101 11111 0 11101 1010100 10110 100111 1001001 101101

Color Harmonies of #C88D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D1F

Black with #C88D1F

Text Example


Text Example

White with #C88D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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