Html Css Color HEX #C37F92 Puce

📋 copy color: '#C37F92'

red 195 ◦ green 127 ◦ blue 146

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

Shades of Puce #C37F92

Tints of Puce #C37F92

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 41.67%
G = 27.14%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C37F92 (or 0xC37F92) is known color: Puce. HEX triplet: C3, 7F and 92. RGB value is (195,127,146). Sum of RGB (Red+Green+Blue) = 195+127+146=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F92 is #3C806D. Grayscale: #959595. Windows color (decimal): -3965038 or 9600963. OLE color: 9600963.

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

Color convert

RGB 195 127 146 -
CMYK 0 0.35 0.25 0.24
HSL 343.24º 0.36% 0.63% -
HSV(B) 343.24º 0.35% 0.76% -
XYZ 35.28 28.86 30.9 -
YUV 149.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 195 127 146 0 0.35 0.25 0.24 343.24 0.36 0.63
Hex C3 7F 92 0 23 19 18 157 24 3F
Octal 303 177 222 0 43 31 30 527 44 77
Binary 11000011 1111111 10010010 0 100011 11001 11000 101010111 100100 111111

Color Harmonies of #C37F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F92

Black with #C37F92

Text Example


Text Example

White with #C37F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F92; }

 p { color: rgb(195,127,146); }

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

background-color css

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

 a { background-color: rgb(195,127,146); }

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

border-color css

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

 span { border-color: rgb(195,127,146); }

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