Html Css Color HEX #C7858D Puce

📋 copy color: '#C7858D'

red 199 ◦ green 133 ◦ blue 141

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

Shades of Puce #C7858D

Tints of Puce #C7858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.81%

R = 42.07%
G = 28.12%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7858D (or 0xC7858D) is known color: Puce. HEX triplet: C7, 85 and 8D. RGB value is (199,133,141). Sum of RGB (Red+Green+Blue) = 199+133+141=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858D is #387A72. Grayscale: #999999. Windows color (decimal): -3701363 or 9274823. OLE color: 9274823.

HSL color Cylindrical-coordinate representation of color #C7858D: hue angle of 352.73º 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 #C7858D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 133 141 -
CMYK 0 0.33 0.29 0.22
HSL 352.73º 0.37% 0.65% -
HSV(B) 352.73º 0.33% 0.78% -
XYZ 36.75 30.84 29.22 -
YUV 153.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 199 133 141 0 0.33 0.29 0.22 352.73 0.37 0.65
Hex C7 85 8D 0 21 1D 16 161 25 41
Octal 307 205 215 0 41 35 26 541 45 101
Binary 11000111 10000101 10001101 0 100001 11101 10110 101100001 100101 1000001

Color Harmonies of #C7858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7858D

Black with #C7858D

Text Example


Text Example

White with #C7858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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