Html Css Color HEX #C68494 Puce

📋 copy color: '#C68494'

red 198 ◦ green 132 ◦ blue 148

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

Shades of Puce #C68494

Tints of Puce #C68494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 41.42%
G = 27.62%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68494 (or 0xC68494) is known color: Puce. HEX triplet: C6, 84 and 94. RGB value is (198,132,148). Sum of RGB (Red+Green+Blue) = 198+132+148=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68494 is #397B6B. Grayscale: #999999. Windows color (decimal): -3767148 or 9733318. OLE color: 9733318.

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

Color convert

RGB 198 132 148 -
CMYK 0 0.33 0.25 0.22
HSL 345.45º 0.37% 0.65% -
HSV(B) 345.45º 0.33% 0.78% -
XYZ 36.89 30.65 31.99 -
YUV 153.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 198 132 148 0 0.33 0.25 0.22 345.45 0.37 0.65
Hex C6 84 94 0 21 19 16 159 25 41
Octal 306 204 224 0 41 31 26 531 45 101
Binary 11000110 10000100 10010100 0 100001 11001 10110 101011001 100101 1000001

Color Harmonies of #C68494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68494

Black with #C68494

Text Example


Text Example

White with #C68494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68494; }

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

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

background-color css

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

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

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

border-color css

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

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

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