Html Css Color HEX #C7818F Puce

📋 copy color: '#C7818F'

red 199 ◦ green 129 ◦ blue 143

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

Shades of Puce #C7818F

Tints of Puce #C7818F

RGB

 RED value IS 199 (78.13% from 255) = 42.25%

 GREEN value IS 129 (50.78% from 255) = 27.39%

 BLUE value IS 143 (56.25% from 255) = 30.36%

R = 42.25%
G = 27.39%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7818F (or 0xC7818F) is known color: Puce. HEX triplet: C7, 81 and 8F. RGB value is (199,129,143). Sum of RGB (Red+Green+Blue) = 199+129+143=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7818F is #387E70. Grayscale: #979797. Windows color (decimal): -3702385 or 9404871. OLE color: 9404871.

HSL color Cylindrical-coordinate representation of color #C7818F: hue angle of 348º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7818F is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 143 -
CMYK 0 0.35 0.28 0.22
HSL 348º 0.38% 0.64% -
HSV(B) 348º 0.35% 0.78% -
XYZ 36.36 29.83 29.83 -
YUV 151.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 199 129 143 0 0.35 0.28 0.22 348 0.38 0.64
Hex C7 81 8F 0 23 1C 16 15C 26 40
Octal 307 201 217 0 43 34 26 534 46 100
Binary 11000111 10000001 10001111 0 100011 11100 10110 101011100 100110 1000000

Color Harmonies of #C7818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7818F

Black with #C7818F

Text Example


Text Example

White with #C7818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7818F; }

 p { color: rgb(199,129,143); }

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

background-color css

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

 a { background-color: rgb(199,129,143); }

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

border-color css

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

 span { border-color: rgb(199,129,143); }

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