Html Css Color HEX #C68491 Puce

📋 copy color: '#C68491'

red 198 ◦ green 132 ◦ blue 145

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

Shades of Puce #C68491

Tints of Puce #C68491

RGB

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

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

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

R = 41.68%
G = 27.79%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68491 (or 0xC68491) is known color: Puce. HEX triplet: C6, 84 and 91. RGB value is (198,132,145). Sum of RGB (Red+Green+Blue) = 198+132+145=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C68491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68491 is #397B6E. Grayscale: #999999. Windows color (decimal): -3767151 or 9536710. OLE color: 9536710.

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

Color convert

RGB 198 132 145 -
CMYK 0 0.33 0.27 0.22
HSL 348.18º 0.37% 0.65% -
HSV(B) 348.18º 0.33% 0.78% -
XYZ 36.65 30.55 30.75 -
YUV 153.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 198 132 145 0 0.33 0.27 0.22 348.18 0.37 0.65
Hex C6 84 91 0 21 1B 16 15C 25 41
Octal 306 204 221 0 41 33 26 534 45 101
Binary 11000110 10000100 10010001 0 100001 11011 10110 101011100 100101 1000001

Color Harmonies of #C68491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68491

Black with #C68491

Text Example


Text Example

White with #C68491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68491; }

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

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

background-color css

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

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

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

border-color css

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

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

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