Html Css Color HEX #C2898B Puce

📋 copy color: '#C2898B'

red 194 ◦ green 137 ◦ blue 139

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

Shades of Puce #C2898B

Tints of Puce #C2898B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.57%

R = 41.28%
G = 29.15%
B = 29.57%

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

#C2898B (or 0xC2898B) is known color: Puce. HEX triplet: C2, 89 and 8B. RGB value is (194,137,139). Sum of RGB (Red+Green+Blue) = 194+137+139=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2898B is #3D7674. Grayscale: #9A9A9A. Windows color (decimal): -4028021 or 9144770. OLE color: 9144770.

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

Color convert

RGB 194 137 139 -
CMYK 0 0.29 0.28 0.24
HSL 357.89º 0.32% 0.65% -
HSV(B) 357.89º 0.29% 0.76% -
XYZ 35.85 31.22 28.56 -
YUV 154.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 194 137 139 0 0.29 0.28 0.24 357.89 0.32 0.65
Hex C2 89 8B 0 1D 1C 18 166 20 41
Octal 302 211 213 0 35 34 30 546 40 101
Binary 11000010 10001001 10001011 0 11101 11100 11000 101100110 100000 1000001

Color Harmonies of #C2898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2898B

Black with #C2898B

Text Example


Text Example

White with #C2898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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