Html Css Color HEX #C2848A Puce

📋 copy color: '#C2848A'

red 194 ◦ green 132 ◦ blue 138

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

Shades of Puce #C2848A

Tints of Puce #C2848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 41.81%
G = 28.45%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2848A (or 0xC2848A) is known color: Puce. HEX triplet: C2, 84 and 8A. RGB value is (194,132,138). Sum of RGB (Red+Green+Blue) = 194+132+138=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2848A is #3D7B75. Grayscale: #979797. Windows color (decimal): -4029302 or 9077954. OLE color: 9077954.

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

Color convert

RGB 194 132 138 -
CMYK 0 0.32 0.29 0.24
HSL 354.19º 0.34% 0.64% -
HSV(B) 354.19º 0.32% 0.76% -
XYZ 35.09 29.81 27.95 -
YUV 151.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 194 132 138 0 0.32 0.29 0.24 354.19 0.34 0.64
Hex C2 84 8A 0 20 1D 18 162 22 40
Octal 302 204 212 0 40 35 30 542 42 100
Binary 11000010 10000100 10001010 0 100000 11101 11000 101100010 100010 1000000

Color Harmonies of #C2848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2848A

Black with #C2848A

Text Example


Text Example

White with #C2848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2848A; }

 p { color: rgb(194,132,138); }

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

background-color css

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

 a { background-color: rgb(194,132,138); }

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

border-color css

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

 span { border-color: rgb(194,132,138); }

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