Html Css Color HEX #C2858E Puce

📋 copy color: '#C2858E'

red 194 ◦ green 133 ◦ blue 142

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

Shades of Puce #C2858E

Tints of Puce #C2858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

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

R = 41.36%
G = 28.36%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2858E (or 0xC2858E) is known color: Puce. HEX triplet: C2, 85 and 8E. RGB value is (194,133,142). Sum of RGB (Red+Green+Blue) = 194+133+142=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2858E is #3D7A71. Grayscale: #989898. Windows color (decimal): -4029042 or 9340354. OLE color: 9340354.

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

Color convert

RGB 194 133 142 -
CMYK 0 0.31 0.27 0.24
HSL 351.15º 0.33% 0.64% -
HSV(B) 351.15º 0.31% 0.76% -
XYZ 35.52 30.2 29.55 -
YUV 152.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 194 133 142 0 0.31 0.27 0.24 351.15 0.33 0.64
Hex C2 85 8E 0 1F 1B 18 15F 21 40
Octal 302 205 216 0 37 33 30 537 41 100
Binary 11000010 10000101 10001110 0 11111 11011 11000 101011111 100001 1000000

Color Harmonies of #C2858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2858E

Black with #C2858E

Text Example


Text Example

White with #C2858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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