Html Css Color HEX #C2828F Puce

📋 copy color: '#C2828F'

red 194 ◦ green 130 ◦ blue 143

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

Shades of Puce #C2828F

Tints of Puce #C2828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 41.54%
G = 27.84%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2828F (or 0xC2828F) is known color: Puce. HEX triplet: C2, 82 and 8F. RGB value is (194,130,143). Sum of RGB (Red+Green+Blue) = 194+130+143=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2828F is #3D7D70. Grayscale: #969696. Windows color (decimal): -4029809 or 9405122. OLE color: 9405122.

HSL color Cylindrical-coordinate representation of color #C2828F: hue angle of 347.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2828F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 143 -
CMYK 0 0.33 0.26 0.24
HSL 347.81º 0.34% 0.64% -
HSV(B) 347.81º 0.33% 0.76% -
XYZ 35.19 29.42 29.81 -
YUV 150.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 194 130 143 0 0.33 0.26 0.24 347.81 0.34 0.64
Hex C2 82 8F 0 21 1A 18 15C 22 40
Octal 302 202 217 0 41 32 30 534 42 100
Binary 11000010 10000010 10001111 0 100001 11010 11000 101011100 100010 1000000

Color Harmonies of #C2828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2828F

Black with #C2828F

Text Example


Text Example

White with #C2828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2828F; }

 p { color: rgb(194,130,143); }

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

background-color css

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

 a { background-color: rgb(194,130,143); }

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

border-color css

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

 span { border-color: rgb(194,130,143); }

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