Html Css Color HEX #C2828B Puce

📋 copy color: '#C2828B'

red 194 ◦ green 130 ◦ blue 139

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

Shades of Puce #C2828B

Tints of Puce #C2828B

RGB

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

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

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

R = 41.9%
G = 28.08%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2828B (or 0xC2828B) is known color: Puce. HEX triplet: C2, 82 and 8B. RGB value is (194,130,139). Sum of RGB (Red+Green+Blue) = 194+130+139=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2828B is #3D7D74. Grayscale: #969696. Windows color (decimal): -4029813 or 9142978. OLE color: 9142978.

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

Color convert

RGB 194 130 139 -
CMYK 0 0.33 0.28 0.24
HSL 351.56º 0.34% 0.64% -
HSV(B) 351.56º 0.33% 0.76% -
XYZ 34.89 29.3 28.24 -
YUV 150.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 194 130 139 0 0.33 0.28 0.24 351.56 0.34 0.64
Hex C2 82 8B 0 21 1C 18 160 22 40
Octal 302 202 213 0 41 34 30 540 42 100
Binary 11000010 10000010 10001011 0 100001 11100 11000 101100000 100010 1000000

Color Harmonies of #C2828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2828B

Black with #C2828B

Text Example


Text Example

White with #C2828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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