Html Css Color HEX #C68D90 Puce

📋 copy color: '#C68D90'

red 198 ◦ green 141 ◦ blue 144

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

Shades of Puce #C68D90

Tints of Puce #C68D90

RGB

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

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

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

R = 40.99%
G = 29.19%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68D90 (or 0xC68D90) is known color: Puce. HEX triplet: C6, 8D and 90. RGB value is (198,141,144). Sum of RGB (Red+Green+Blue) = 198+141+144=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D90 is #39726F. Grayscale: #9E9E9E. Windows color (decimal): -3764848 or 9473478. OLE color: 9473478.

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

Color convert

RGB 198 141 144 -
CMYK 0 0.29 0.27 0.22
HSL 356.84º 0.33% 0.66% -
HSV(B) 356.84º 0.29% 0.78% -
XYZ 37.85 33.07 30.77 -
YUV 158.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 198 141 144 0 0.29 0.27 0.22 356.84 0.33 0.66
Hex C6 8D 90 0 1D 1B 16 165 21 42
Octal 306 215 220 0 35 33 26 545 41 102
Binary 11000110 10001101 10010000 0 11101 11011 10110 101100101 100001 1000010

Color Harmonies of #C68D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D90

Black with #C68D90

Text Example


Text Example

White with #C68D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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