Html Css Color HEX #C68191 Puce

📋 copy color: '#C68191'

red 198 ◦ green 129 ◦ blue 145

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

Shades of Puce #C68191

Tints of Puce #C68191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 41.95%
G = 27.33%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68191 (or 0xC68191) is known color: Puce. HEX triplet: C6, 81 and 91. RGB value is (198,129,145). Sum of RGB (Red+Green+Blue) = 198+129+145=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C68191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68191 is #397E6E. Grayscale: #979797. Windows color (decimal): -3767919 or 9535942. OLE color: 9535942.

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

Color convert

RGB 198 129 145 -
CMYK 0 0.35 0.27 0.22
HSL 346.09º 0.38% 0.64% -
HSV(B) 346.09º 0.35% 0.78% -
XYZ 36.25 29.75 30.62 -
YUV 151.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 198 129 145 0 0.35 0.27 0.22 346.09 0.38 0.64
Hex C6 81 91 0 23 1B 16 15A 26 40
Octal 306 201 221 0 43 33 26 532 46 100
Binary 11000110 10000001 10010001 0 100011 11011 10110 101011010 100110 1000000

Color Harmonies of #C68191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68191

Black with #C68191

Text Example


Text Example

White with #C68191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68191; }

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

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

background-color css

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

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

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

border-color css

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

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

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