Html Css Color HEX #C68192 Puce

📋 copy color: '#C68192'

red 198 ◦ green 129 ◦ blue 146

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

Shades of Puce #C68192

Tints of Puce #C68192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.87%

R = 41.86%
G = 27.27%
B = 30.87%

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

#C68192 (or 0xC68192) is known color: Puce. HEX triplet: C6, 81 and 92. RGB value is (198,129,146). Sum of RGB (Red+Green+Blue) = 198+129+146=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C68192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68192 is #397E6D. Grayscale: #979797. Windows color (decimal): -3767918 or 9601478. OLE color: 9601478.

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

Color convert

RGB 198 129 146 -
CMYK 0 0.35 0.26 0.22
HSL 345.22º 0.38% 0.64% -
HSV(B) 345.22º 0.35% 0.78% -
XYZ 36.33 29.78 31.03 -
YUV 151.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 198 129 146 0 0.35 0.26 0.22 345.22 0.38 0.64
Hex C6 81 92 0 23 1A 16 159 26 40
Octal 306 201 222 0 43 32 26 531 46 100
Binary 11000110 10000001 10010010 0 100011 11010 10110 101011001 100110 1000000

Color Harmonies of #C68192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68192

Black with #C68192

Text Example


Text Example

White with #C68192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68192; }

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

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

background-color css

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

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

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

border-color css

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

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

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