Html Css Color HEX #C18298 Puce

📋 copy color: '#C18298'

red 193 ◦ green 130 ◦ blue 152

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

Shades of Puce #C18298

Tints of Puce #C18298

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

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

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

R = 40.63%
G = 27.37%
B = 32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C18298 (or 0xC18298) is known color: Puce. HEX triplet: C1, 82 and 98. RGB value is (193,130,152). Sum of RGB (Red+Green+Blue) = 193+130+152=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C18298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18298 is #3E7D67. Grayscale: #979797. Windows color (decimal): -4095336 or 9994945. OLE color: 9994945.

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

Color convert

RGB 193 130 152 -
CMYK 0 0.33 0.21 0.24
HSL 339.05º 0.34% 0.63% -
HSV(B) 339.05º 0.33% 0.76% -
XYZ 35.64 29.57 33.53 -
YUV 151.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 193 130 152 0 0.33 0.21 0.24 339.05 0.34 0.63
Hex C1 82 98 0 21 15 18 153 22 3F
Octal 301 202 230 0 41 25 30 523 42 77
Binary 11000001 10000010 10011000 0 100001 10101 11000 101010011 100010 111111

Color Harmonies of #C18298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18298

Black with #C18298

Text Example


Text Example

White with #C18298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18298; }

 p { color: rgb(193,130,152); }

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

background-color css

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

 a { background-color: rgb(193,130,152); }

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

border-color css

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

 span { border-color: rgb(193,130,152); }

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