Html Css Color HEX #C68890 Puce

📋 copy color: '#C68890'

red 198 ◦ green 136 ◦ blue 144

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

Shades of Puce #C68890

Tints of Puce #C68890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 41.42%
G = 28.45%
B = 30.13%

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

#C68890 (or 0xC68890) is known color: Puce. HEX triplet: C6, 88 and 90. RGB value is (198,136,144). Sum of RGB (Red+Green+Blue) = 198+136+144=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C68890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68890 is #39776F. Grayscale: #9B9B9B. Windows color (decimal): -3766128 or 9472198. OLE color: 9472198.

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

Color convert

RGB 198 136 144 -
CMYK 0 0.31 0.27 0.22
HSL 352.26º 0.35% 0.65% -
HSV(B) 352.26º 0.31% 0.78% -
XYZ 37.13 31.63 30.53 -
YUV 155.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 198 136 144 0 0.31 0.27 0.22 352.26 0.35 0.65
Hex C6 88 90 0 1F 1B 16 160 23 41
Octal 306 210 220 0 37 33 26 540 43 101
Binary 11000110 10001000 10010000 0 11111 11011 10110 101100000 100011 1000001

Color Harmonies of #C68890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68890

Black with #C68890

Text Example


Text Example

White with #C68890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68890; }

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

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

background-color css

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

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

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

border-color css

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

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

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