Html Css Color HEX #C37D98 Puce

📋 copy color: '#C37D98'

red 195 ◦ green 125 ◦ blue 152

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

Shades of Puce #C37D98

Tints of Puce #C37D98

RGB

 RED value IS 195 (76.56% from 255) = 41.31%

 GREEN value IS 125 (49.22% from 255) = 26.48%

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

R = 41.31%
G = 26.48%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C37D98 (or 0xC37D98) is known color: Puce. HEX triplet: C3, 7D and 98. RGB value is (195,125,152). Sum of RGB (Red+Green+Blue) = 195+125+152=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D98 is #3C8267. Grayscale: #949494. Windows color (decimal): -3965544 or 9993667. OLE color: 9993667.

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

Color convert

RGB 195 125 152 -
CMYK 0 0.36 0.22 0.24
HSL 336.86º 0.37% 0.63% -
HSV(B) 336.86º 0.36% 0.76% -
XYZ 35.51 28.54 33.34 -
YUV 149.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 195 125 152 0 0.36 0.22 0.24 336.86 0.37 0.63
Hex C3 7D 98 0 24 16 18 151 25 3F
Octal 303 175 230 0 44 26 30 521 45 77
Binary 11000011 1111101 10011000 0 100100 10110 11000 101010001 100101 111111

Color Harmonies of #C37D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D98

Black with #C37D98

Text Example


Text Example

White with #C37D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D98; }

 p { color: rgb(195,125,152); }

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

background-color css

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

 a { background-color: rgb(195,125,152); }

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

border-color css

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

 span { border-color: rgb(195,125,152); }

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