Html Css Color HEX #C2898E Puce

📋 copy color: '#C2898E'

red 194 ◦ green 137 ◦ blue 142

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

Shades of Puce #C2898E

Tints of Puce #C2898E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 41.01%
G = 28.96%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2898E (or 0xC2898E) is known color: Puce. HEX triplet: C2, 89 and 8E. RGB value is (194,137,142). Sum of RGB (Red+Green+Blue) = 194+137+142=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898E is #3D7671. Grayscale: #9A9A9A. Windows color (decimal): -4028018 or 9341378. OLE color: 9341378.

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

Color convert

RGB 194 137 142 -
CMYK 0 0.29 0.27 0.24
HSL 354.74º 0.32% 0.65% -
HSV(B) 354.74º 0.29% 0.76% -
XYZ 36.08 31.31 29.73 -
YUV 154.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 194 137 142 0 0.29 0.27 0.24 354.74 0.32 0.65
Hex C2 89 8E 0 1D 1B 18 163 20 41
Octal 302 211 216 0 35 33 30 543 40 101
Binary 11000010 10001001 10001110 0 11101 11011 11000 101100011 100000 1000001

Color Harmonies of #C2898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2898E

Black with #C2898E

Text Example


Text Example

White with #C2898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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