Html Css Color HEX #C88C21 Nugget

📋 copy color: '#C88C21'

red 200 ◦ green 140 ◦ blue 33

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

Shades of Nugget #C88C21

Tints of Nugget #C88C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

 BLUE value IS 33 (13.28% from 255) = 8.85%

R = 53.62%
G = 37.53%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88C21 (or 0xC88C21) is known color: Nugget. HEX triplet: C8, 8C and 21. RGB value is (200,140,33). Sum of RGB (Red+Green+Blue) = 200+140+33=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C21 is #3773DE. Grayscale: #929292. Windows color (decimal): -3634143 or 2198728. OLE color: 2198728.

HSL color Cylindrical-coordinate representation of color #C88C21: hue angle of 38.44º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C88C21 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 33 -
CMYK 0 0.3 0.84 0.22
HSL 38.44º 0.72% 0.46% -
HSV(B) 38.44º 0.84% 0.78% -
XYZ 33.47 31.15 5.69 -
YUV 145.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 200 140 33 0 0.3 0.84 0.22 38.44 0.72 0.46
Hex C8 8C 21 0 1E 54 16 26 48 2E
Octal 310 214 41 0 36 124 26 46 110 56
Binary 11001000 10001100 100001 0 11110 1010100 10110 100110 1001000 101110

Color Harmonies of #C88C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C21

Black with #C88C21

Text Example


Text Example

White with #C88C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C21; }

 p { color: rgb(200,140,33); }

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

background-color css

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

 a { background-color: rgb(200,140,33); }

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

border-color css

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

 span { border-color: rgb(200,140,33); }

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