Html Css Color HEX #C28594 Puce

📋 copy color: '#C28594'

red 194 ◦ green 133 ◦ blue 148

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

Shades of Puce #C28594

Tints of Puce #C28594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 40.84%
G = 28%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C28594 (or 0xC28594) is known color: Puce. HEX triplet: C2, 85 and 94. RGB value is (194,133,148). Sum of RGB (Red+Green+Blue) = 194+133+148=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C28594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28594 is #3D7A6B. Grayscale: #989898. Windows color (decimal): -4029036 or 9733570. OLE color: 9733570.

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

Color convert

RGB 194 133 148 -
CMYK 0 0.31 0.24 0.24
HSL 345.25º 0.33% 0.64% -
HSV(B) 345.25º 0.31% 0.76% -
XYZ 35.98 30.38 31.98 -
YUV 152.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 194 133 148 0 0.31 0.24 0.24 345.25 0.33 0.64
Hex C2 85 94 0 1F 18 18 159 21 40
Octal 302 205 224 0 37 30 30 531 41 100
Binary 11000010 10000101 10010100 0 11111 11000 11000 101011001 100001 1000000

Color Harmonies of #C28594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28594

Black with #C28594

Text Example


Text Example

White with #C28594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28594; }

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

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

background-color css

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

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

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

border-color css

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

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

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