Html Css Color HEX #C68891 Puce

📋 copy color: '#C68891'

red 198 ◦ green 136 ◦ blue 145

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

Shades of Puce #C68891

Tints of Puce #C68891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.39%

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

R = 41.34%
G = 28.39%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68891 (or 0xC68891) is known color: Puce. HEX triplet: C6, 88 and 91. RGB value is (198,136,145). Sum of RGB (Red+Green+Blue) = 198+136+145=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C68891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68891 is #39776E. Grayscale: #9B9B9B. Windows color (decimal): -3766127 or 9537734. OLE color: 9537734.

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

Color convert

RGB 198 136 145 -
CMYK 0 0.31 0.27 0.22
HSL 351.29º 0.35% 0.65% -
HSV(B) 351.29º 0.31% 0.78% -
XYZ 37.2 31.66 30.94 -
YUV 155.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 198 136 145 0 0.31 0.27 0.22 351.29 0.35 0.65
Hex C6 88 91 0 1F 1B 16 15F 23 41
Octal 306 210 221 0 37 33 26 537 43 101
Binary 11000110 10001000 10010001 0 11111 11011 10110 101011111 100011 1000001

Color Harmonies of #C68891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68891

Black with #C68891

Text Example


Text Example

White with #C68891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68891; }

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

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

background-color css

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

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

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

border-color css

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

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

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