Html Css Color HEX #C37D93 Puce

📋 copy color: '#C37D93'

red 195 ◦ green 125 ◦ blue 147

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

Shades of Puce #C37D93

Tints of Puce #C37D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.48%

R = 41.76%
G = 26.77%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C37D93 (or 0xC37D93) is known color: Puce. HEX triplet: C3, 7D and 93. RGB value is (195,125,147). Sum of RGB (Red+Green+Blue) = 195+125+147=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D93 is #3C826C. Grayscale: #949494. Windows color (decimal): -3965549 or 9665987. OLE color: 9665987.

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

Color convert

RGB 195 125 147 -
CMYK 0 0.36 0.25 0.24
HSL 341.14º 0.37% 0.63% -
HSV(B) 341.14º 0.36% 0.76% -
XYZ 35.11 28.38 31.23 -
YUV 148.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 195 125 147 0 0.36 0.25 0.24 341.14 0.37 0.63
Hex C3 7D 93 0 24 19 18 155 25 3F
Octal 303 175 223 0 44 31 30 525 45 77
Binary 11000011 1111101 10010011 0 100100 11001 11000 101010101 100101 111111

Color Harmonies of #C37D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D93

Black with #C37D93

Text Example


Text Example

White with #C37D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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