Html Css Color HEX #C28598 Puce

📋 copy color: '#C28598'

red 194 ◦ green 133 ◦ blue 152

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

Shades of Puce #C28598

Tints of Puce #C28598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 40.5%
G = 27.77%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C28598 (or 0xC28598) is known color: Puce. HEX triplet: C2, 85 and 98. RGB value is (194,133,152). Sum of RGB (Red+Green+Blue) = 194+133+152=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C28598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28598 is #3D7A67. Grayscale: #999999. Windows color (decimal): -4029032 or 9995714. OLE color: 9995714.

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

Color convert

RGB 194 133 152 -
CMYK 0 0.31 0.22 0.24
HSL 341.31º 0.33% 0.64% -
HSV(B) 341.31º 0.31% 0.76% -
XYZ 36.3 30.51 33.68 -
YUV 153.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 194 133 152 0 0.31 0.22 0.24 341.31 0.33 0.64
Hex C2 85 98 0 1F 16 18 155 21 40
Octal 302 205 230 0 37 26 30 525 41 100
Binary 11000010 10000101 10011000 0 11111 10110 11000 101010101 100001 1000000

Color Harmonies of #C28598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28598

Black with #C28598

Text Example


Text Example

White with #C28598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28598; }

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

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

background-color css

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

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

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

border-color css

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

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

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