Html Css Color HEX #C68D94 Puce

📋 copy color: '#C68D94'

red 198 ◦ green 141 ◦ blue 148

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

Shades of Puce #C68D94

Tints of Puce #C68D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 40.66%
G = 28.95%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C68D94 (or 0xC68D94) is known color: Puce. HEX triplet: C6, 8D and 94. RGB value is (198,141,148). Sum of RGB (Red+Green+Blue) = 198+141+148=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D94 is #39726B. Grayscale: #9E9E9E. Windows color (decimal): -3764844 or 9735622. OLE color: 9735622.

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

Color convert

RGB 198 141 148 -
CMYK 0 0.29 0.25 0.22
HSL 352.63º 0.33% 0.66% -
HSV(B) 352.63º 0.29% 0.78% -
XYZ 38.16 33.19 32.41 -
YUV 158.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 198 141 148 0 0.29 0.25 0.22 352.63 0.33 0.66
Hex C6 8D 94 0 1D 19 16 161 21 42
Octal 306 215 224 0 35 31 26 541 41 102
Binary 11000110 10001101 10010100 0 11101 11001 10110 101100001 100001 1000010

Color Harmonies of #C68D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D94

Black with #C68D94

Text Example


Text Example

White with #C68D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D94; }

 p { color: rgb(198,141,148); }

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

background-color css

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

 a { background-color: rgb(198,141,148); }

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

border-color css

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

 span { border-color: rgb(198,141,148); }

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