Html Css Color HEX #C68190 Puce

📋 copy color: '#C68190'

red 198 ◦ green 129 ◦ blue 144

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

Shades of Puce #C68190

Tints of Puce #C68190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 42.04%
G = 27.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C68190 (or 0xC68190) is known color: Puce. HEX triplet: C6, 81 and 90. RGB value is (198,129,144). Sum of RGB (Red+Green+Blue) = 198+129+144=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C68190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68190 is #397E6F. Grayscale: #979797. Windows color (decimal): -3767920 or 9470406. OLE color: 9470406.

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

Color convert

RGB 198 129 144 -
CMYK 0 0.35 0.27 0.22
HSL 346.96º 0.38% 0.64% -
HSV(B) 346.96º 0.35% 0.78% -
XYZ 36.17 29.72 30.22 -
YUV 151.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 198 129 144 0 0.35 0.27 0.22 346.96 0.38 0.64
Hex C6 81 90 0 23 1B 16 15B 26 40
Octal 306 201 220 0 43 33 26 533 46 100
Binary 11000110 10000001 10010000 0 100011 11011 10110 101011011 100110 1000000

Color Harmonies of #C68190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68190

Black with #C68190

Text Example


Text Example

White with #C68190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68190; }

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

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

background-color css

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

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

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

border-color css

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

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

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