Html Css Color HEX #C785A0 Puce

📋 copy color: '#C785A0'

red 199 ◦ green 133 ◦ blue 160

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

Shades of Puce #C785A0

Tints of Puce #C785A0

RGB

 RED value IS 199 (78.13% from 255) = 40.45%

 GREEN value IS 133 (52.34% from 255) = 27.03%

 BLUE value IS 160 (62.89% from 255) = 32.52%

R = 40.45%
G = 27.03%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C785A0 (or 0xC785A0) is known color: Puce. HEX triplet: C7, 85 and A0. RGB value is (199,133,160). Sum of RGB (Red+Green+Blue) = 199+133+160=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C785A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C785A0 is #387A5F. Grayscale: #9B9B9B. Windows color (decimal): -3701344 or 10520007. OLE color: 10520007.

HSL color Cylindrical-coordinate representation of color #C785A0: hue angle of 335.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C785A0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 160 -
CMYK 0 0.33 0.20 0.22
HSL 335.45º 0.37% 0.65% -
HSV(B) 335.45º 0.33% 0.78% -
XYZ 38.29 31.46 37.31 -
YUV 155.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 199 133 160 0 0.33 0.20 0.22 335.45 0.37 0.65
Hex C7 85 A0 0 21 14 16 14F 25 41
Octal 307 205 240 0 41 24 26 517 45 101
Binary 11000111 10000101 10100000 0 100001 10100 10110 101001111 100101 1000001

Color Harmonies of #C785A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C785A0

Black with #C785A0

Text Example


Text Example

White with #C785A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C785A0; }

 p { color: rgb(199,133,160); }

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

background-color css

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

 a { background-color: rgb(199,133,160); }

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

border-color css

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

 span { border-color: rgb(199,133,160); }

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