Html Css Color HEX #C68193 Puce

📋 copy color: '#C68193'

red 198 ◦ green 129 ◦ blue 147

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

Shades of Puce #C68193

Tints of Puce #C68193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.01%

R = 41.77%
G = 27.22%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68193 (or 0xC68193) is known color: Puce. HEX triplet: C6, 81 and 93. RGB value is (198,129,147). Sum of RGB (Red+Green+Blue) = 198+129+147=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68193 is #397E6C. Grayscale: #979797. Windows color (decimal): -3767917 or 9667014. OLE color: 9667014.

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

Color convert

RGB 198 129 147 -
CMYK 0 0.35 0.26 0.22
HSL 344.35º 0.38% 0.64% -
HSV(B) 344.35º 0.35% 0.78% -
XYZ 36.41 29.81 31.44 -
YUV 151.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 198 129 147 0 0.35 0.26 0.22 344.35 0.38 0.64
Hex C6 81 93 0 23 1A 16 158 26 40
Octal 306 201 223 0 43 32 26 530 46 100
Binary 11000110 10000001 10010011 0 100011 11010 10110 101011000 100110 1000000

Color Harmonies of #C68193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68193

Black with #C68193

Text Example


Text Example

White with #C68193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68193; }

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

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

background-color css

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

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

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

border-color css

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

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

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