Html Css Color HEX #C88E27 Nugget

📋 copy color: '#C88E27'

red 200 ◦ green 142 ◦ blue 39

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

Shades of Nugget #C88E27

Tints of Nugget #C88E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 52.49%
G = 37.27%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C88E27 (or 0xC88E27) is known color: Nugget. HEX triplet: C8, 8E and 27. RGB value is (200,142,39). Sum of RGB (Red+Green+Blue) = 200+142+39=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E27 is #3771D8. Grayscale: #949494. Windows color (decimal): -3633625 or 2592456. OLE color: 2592456.

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

Color convert

RGB 200 142 39 -
CMYK 0 0.29 0.80 0.22
HSL 38.39º 0.67% 0.47% -
HSV(B) 38.39º 0.81% 0.78% -
XYZ 33.86 31.77 6.27 -
YUV 147.6 66.72 165.38 -
System Red Green Blue C M Y K H S L
Decimal 200 142 39 0 0.29 0.80 0.22 38.39 0.67 0.47
Hex C8 8E 27 0 1D 50 16 26 43 2F
Octal 310 216 47 0 35 120 26 46 103 57
Binary 11001000 10001110 100111 0 11101 1010000 10110 100110 1000011 101111

Color Harmonies of #C88E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E27

Black with #C88E27

Text Example


Text Example

White with #C88E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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