Html Css Color HEX #C6818F Puce

📋 copy color: '#C6818F'

red 198 ◦ green 129 ◦ blue 143

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

Shades of Puce #C6818F

Tints of Puce #C6818F

RGB

 RED value IS 198 (77.73% from 255) = 42.13%

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

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

R = 42.13%
G = 27.45%
B = 30.43%

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

#C6818F (or 0xC6818F) is known color: Puce. HEX triplet: C6, 81 and 8F. RGB value is (198,129,143). Sum of RGB (Red+Green+Blue) = 198+129+143=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6818F is #397E70. Grayscale: #979797. Windows color (decimal): -3767921 or 9404870. OLE color: 9404870.

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

Color convert

RGB 198 129 143 -
CMYK 0 0.35 0.28 0.22
HSL 347.83º 0.38% 0.64% -
HSV(B) 347.83º 0.35% 0.78% -
XYZ 36.1 29.69 29.81 -
YUV 151.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 198 129 143 0 0.35 0.28 0.22 347.83 0.38 0.64
Hex C6 81 8F 0 23 1C 16 15C 26 40
Octal 306 201 217 0 43 34 26 534 46 100
Binary 11000110 10000001 10001111 0 100011 11100 10110 101011100 100110 1000000

Color Harmonies of #C6818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6818F

Black with #C6818F

Text Example


Text Example

White with #C6818F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6818F; }

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

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

background-color css

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

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

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

border-color css

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

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

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