Html Css Color HEX #C68493 Puce

📋 copy color: '#C68493'

red 198 ◦ green 132 ◦ blue 147

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

Shades of Puce #C68493

Tints of Puce #C68493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

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

R = 41.51%
G = 27.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68493 (or 0xC68493) is known color: Puce. HEX triplet: C6, 84 and 93. RGB value is (198,132,147). Sum of RGB (Red+Green+Blue) = 198+132+147=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68493 is #397B6C. Grayscale: #999999. Windows color (decimal): -3767149 or 9667782. OLE color: 9667782.

HSL color Cylindrical-coordinate representation of color #C68493: hue angle of 346.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68493 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 147 -
CMYK 0 0.33 0.26 0.22
HSL 346.36º 0.37% 0.65% -
HSV(B) 346.36º 0.33% 0.78% -
XYZ 36.81 30.61 31.57 -
YUV 153.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 198 132 147 0 0.33 0.26 0.22 346.36 0.37 0.65
Hex C6 84 93 0 21 1A 16 15A 25 41
Octal 306 204 223 0 41 32 26 532 45 101
Binary 11000110 10000100 10010011 0 100001 11010 10110 101011010 100101 1000001

Color Harmonies of #C68493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68493

Black with #C68493

Text Example


Text Example

White with #C68493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68493; }

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

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

background-color css

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

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

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

border-color css

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

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

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