Html Css Color HEX #C7858A Puce

📋 copy color: '#C7858A'

red 199 ◦ green 133 ◦ blue 138

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

Shades of Puce #C7858A

Tints of Puce #C7858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 42.34%
G = 28.3%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7858A (or 0xC7858A) is known color: Puce. HEX triplet: C7, 85 and 8A. RGB value is (199,133,138). Sum of RGB (Red+Green+Blue) = 199+133+138=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858A is #387A75. Grayscale: #999999. Windows color (decimal): -3701366 or 9078215. OLE color: 9078215.

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

Color convert

RGB 199 133 138 -
CMYK 0 0.33 0.31 0.22
HSL 355.45º 0.37% 0.65% -
HSV(B) 355.45º 0.33% 0.78% -
XYZ 36.53 30.75 28.06 -
YUV 153.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 199 133 138 0 0.33 0.31 0.22 355.45 0.37 0.65
Hex C7 85 8A 0 21 1F 16 163 25 41
Octal 307 205 212 0 41 37 26 543 45 101
Binary 11000111 10000101 10001010 0 100001 11111 10110 101100011 100101 1000001

Color Harmonies of #C7858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7858A

Black with #C7858A

Text Example


Text Example

White with #C7858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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