Html Css Color HEX #C88F21 Nugget

📋 copy color: '#C88F21'

red 200 ◦ green 143 ◦ blue 33

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

Shades of Nugget #C88F21

Tints of Nugget #C88F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

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

R = 53.19%
G = 38.03%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C88F21 (or 0xC88F21) is known color: Nugget. HEX triplet: C8, 8F and 21. RGB value is (200,143,33). Sum of RGB (Red+Green+Blue) = 200+143+33=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F21 is #3770DE. Grayscale: #949494. Windows color (decimal): -3633375 or 2199496. OLE color: 2199496.

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

Color convert

RGB 200 143 33 -
CMYK 0 0.28 0.84 0.22
HSL 39.52º 0.72% 0.46% -
HSV(B) 39.52º 0.84% 0.78% -
XYZ 33.92 32.03 5.83 -
YUV 147.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 200 143 33 0 0.28 0.84 0.22 39.52 0.72 0.46
Hex C8 8F 21 0 1C 54 16 28 48 2E
Octal 310 217 41 0 34 124 26 50 110 56
Binary 11001000 10001111 100001 0 11100 1010100 10110 101000 1001000 101110

Color Harmonies of #C88F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F21

Black with #C88F21

Text Example


Text Example

White with #C88F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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