Html Css Color HEX #C68091 Puce

📋 copy color: '#C68091'

red 198 ◦ green 128 ◦ blue 145

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

Shades of Puce #C68091

Tints of Puce #C68091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 145 (57.03% from 255) = 30.79%

R = 42.04%
G = 27.18%
B = 30.79%

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

#C68091 (or 0xC68091) is known color: Puce. HEX triplet: C6, 80 and 91. RGB value is (198,128,145). Sum of RGB (Red+Green+Blue) = 198+128+145=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C68091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68091 is #397F6E. Grayscale: #969696. Windows color (decimal): -3768175 or 9535686. OLE color: 9535686.

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

Color convert

RGB 198 128 145 -
CMYK 0 0.35 0.27 0.22
HSL 345.43º 0.38% 0.64% -
HSV(B) 345.43º 0.35% 0.78% -
XYZ 36.12 29.49 30.58 -
YUV 150.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 198 128 145 0 0.35 0.27 0.22 345.43 0.38 0.64
Hex C6 80 91 0 23 1B 16 159 26 40
Octal 306 200 221 0 43 33 26 531 46 100
Binary 11000110 10000000 10010001 0 100011 11011 10110 101011001 100110 1000000

Color Harmonies of #C68091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68091

Black with #C68091

Text Example


Text Example

White with #C68091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68091; }

 p { color: rgb(198,128,145); }

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

background-color css

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

 a { background-color: rgb(198,128,145); }

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

border-color css

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

 span { border-color: rgb(198,128,145); }

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