Html Css Color HEX #C37D94 Puce

📋 copy color: '#C37D94'

red 195 ◦ green 125 ◦ blue 148

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

Shades of Puce #C37D94

Tints of Puce #C37D94

RGB

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

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

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

R = 41.67%
G = 26.71%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C37D94 (or 0xC37D94) is known color: Puce. HEX triplet: C3, 7D and 94. RGB value is (195,125,148). Sum of RGB (Red+Green+Blue) = 195+125+148=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D94 is #3C826B. Grayscale: #949494. Windows color (decimal): -3965548 or 9731523. OLE color: 9731523.

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

Color convert

RGB 195 125 148 -
CMYK 0 0.36 0.24 0.24
HSL 340.29º 0.37% 0.63% -
HSV(B) 340.29º 0.36% 0.76% -
XYZ 35.18 28.41 31.65 -
YUV 148.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 195 125 148 0 0.36 0.24 0.24 340.29 0.37 0.63
Hex C3 7D 94 0 24 18 18 154 25 3F
Octal 303 175 224 0 44 30 30 524 45 77
Binary 11000011 1111101 10010100 0 100100 11000 11000 101010100 100101 111111

Color Harmonies of #C37D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D94

Black with #C37D94

Text Example


Text Example

White with #C37D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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