Html Css Color HEX #C68291 Puce

📋 copy color: '#C68291'

red 198 ◦ green 130 ◦ blue 145

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

Shades of Puce #C68291

Tints of Puce #C68291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

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

R = 41.86%
G = 27.48%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68291 (or 0xC68291) is known color: Puce. HEX triplet: C6, 82 and 91. RGB value is (198,130,145). Sum of RGB (Red+Green+Blue) = 198+130+145=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C68291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68291 is #397D6E. Grayscale: #989898. Windows color (decimal): -3767663 or 9536198. OLE color: 9536198.

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

Color convert

RGB 198 130 145 -
CMYK 0 0.34 0.27 0.22
HSL 346.76º 0.37% 0.64% -
HSV(B) 346.76º 0.34% 0.78% -
XYZ 36.38 30.02 30.66 -
YUV 152.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 198 130 145 0 0.34 0.27 0.22 346.76 0.37 0.64
Hex C6 82 91 0 22 1B 16 15B 25 40
Octal 306 202 221 0 42 33 26 533 45 100
Binary 11000110 10000010 10010001 0 100010 11011 10110 101011011 100101 1000000

Color Harmonies of #C68291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68291

Black with #C68291

Text Example


Text Example

White with #C68291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68291; }

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

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

background-color css

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

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

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

border-color css

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

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

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