Html Css Color HEX #C2898C Puce

📋 copy color: '#C2898C'

red 194 ◦ green 137 ◦ blue 140

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

Shades of Puce #C2898C

Tints of Puce #C2898C

RGB

 RED value IS 194 (76.17% from 255) = 41.19%

 GREEN value IS 137 (53.91% from 255) = 29.09%

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 41.19%
G = 29.09%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2898C (or 0xC2898C) is known color: Puce. HEX triplet: C2, 89 and 8C. RGB value is (194,137,140). Sum of RGB (Red+Green+Blue) = 194+137+140=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898C is #3D7673. Grayscale: #9A9A9A. Windows color (decimal): -4028020 or 9210306. OLE color: 9210306.

HSL color Cylindrical-coordinate representation of color #C2898C: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2898C is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 140 -
CMYK 0 0.29 0.28 0.24
HSL 356.84º 0.32% 0.65% -
HSV(B) 356.84º 0.29% 0.76% -
XYZ 35.93 31.25 28.95 -
YUV 154.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 194 137 140 0 0.29 0.28 0.24 356.84 0.32 0.65
Hex C2 89 8C 0 1D 1C 18 165 20 41
Octal 302 211 214 0 35 34 30 545 40 101
Binary 11000010 10001001 10001100 0 11101 11100 11000 101100101 100000 1000001

Color Harmonies of #C2898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2898C

Black with #C2898C

Text Example


Text Example

White with #C2898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2898C; }

 p { color: rgb(194,137,140); }

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

background-color css

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

 a { background-color: rgb(194,137,140); }

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

border-color css

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

 span { border-color: rgb(194,137,140); }

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