Html Css Color HEX #C68993 Puce

📋 copy color: '#C68993'

red 198 ◦ green 137 ◦ blue 147

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

Shades of Puce #C68993

Tints of Puce #C68993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 41.08%
G = 28.42%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68993 (or 0xC68993) is known color: Puce. HEX triplet: C6, 89 and 93. RGB value is (198,137,147). Sum of RGB (Red+Green+Blue) = 198+137+147=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68993 is #39766C. Grayscale: #9C9C9C. Windows color (decimal): -3765869 or 9669062. OLE color: 9669062.

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

Color convert

RGB 198 137 147 -
CMYK 0 0.31 0.26 0.22
HSL 350.16º 0.35% 0.66% -
HSV(B) 350.16º 0.31% 0.78% -
XYZ 37.5 32 31.8 -
YUV 156.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 198 137 147 0 0.31 0.26 0.22 350.16 0.35 0.66
Hex C6 89 93 0 1F 1A 16 15E 23 42
Octal 306 211 223 0 37 32 26 536 43 102
Binary 11000110 10001001 10010011 0 11111 11010 10110 101011110 100011 1000010

Color Harmonies of #C68993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68993

Black with #C68993

Text Example


Text Example

White with #C68993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68993; }

 p { color: rgb(198,137,147); }

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

background-color css

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

 a { background-color: rgb(198,137,147); }

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

border-color css

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

 span { border-color: rgb(198,137,147); }

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