Html Css Color HEX #C68092 Puce

📋 copy color: '#C68092'

red 198 ◦ green 128 ◦ blue 146

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

Shades of Puce #C68092

Tints of Puce #C68092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 41.95%
G = 27.12%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C68092 (or 0xC68092) is known color: Puce. HEX triplet: C6, 80 and 92. RGB value is (198,128,146). Sum of RGB (Red+Green+Blue) = 198+128+146=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C68092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68092 is #397F6D. Grayscale: #969696. Windows color (decimal): -3768174 or 9601222. OLE color: 9601222.

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

Color convert

RGB 198 128 146 -
CMYK 0 0.35 0.26 0.22
HSL 344.57º 0.38% 0.64% -
HSV(B) 344.57º 0.35% 0.78% -
XYZ 36.2 29.52 30.98 -
YUV 150.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 198 128 146 0 0.35 0.26 0.22 344.57 0.38 0.64
Hex C6 80 92 0 23 1A 16 159 26 40
Octal 306 200 222 0 43 32 26 531 46 100
Binary 11000110 10000000 10010010 0 100011 11010 10110 101011001 100110 1000000

Color Harmonies of #C68092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68092

Black with #C68092

Text Example


Text Example

White with #C68092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68092; }

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

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

background-color css

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

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

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

border-color css

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

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

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