Html Css Color HEX #C68290 Puce

📋 copy color: '#C68290'

red 198 ◦ green 130 ◦ blue 144

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

Shades of Puce #C68290

Tints of Puce #C68290

RGB

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

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

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

R = 41.95%
G = 27.54%
B = 30.51%

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

#C68290 (or 0xC68290) is known color: Puce. HEX triplet: C6, 82 and 90. RGB value is (198,130,144). Sum of RGB (Red+Green+Blue) = 198+130+144=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C68290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68290 is #397D6F. Grayscale: #979797. Windows color (decimal): -3767664 or 9470662. OLE color: 9470662.

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

Color convert

RGB 198 130 144 -
CMYK 0 0.34 0.27 0.22
HSL 347.65º 0.37% 0.64% -
HSV(B) 347.65º 0.34% 0.78% -
XYZ 36.31 29.98 30.26 -
YUV 151.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 198 130 144 0 0.34 0.27 0.22 347.65 0.37 0.64
Hex C6 82 90 0 22 1B 16 15C 25 40
Octal 306 202 220 0 42 33 26 534 45 100
Binary 11000110 10000010 10010000 0 100010 11011 10110 101011100 100101 1000000

Color Harmonies of #C68290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68290

Black with #C68290

Text Example


Text Example

White with #C68290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68290; }

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

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

background-color css

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

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

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

border-color css

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

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

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