Html Css Color HEX #CC878D Puce

📋 copy color: '#CC878D'

red 204 ◦ green 135 ◦ blue 141

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

Shades of Puce #CC878D

Tints of Puce #CC878D

RGB

 RED value IS 204 (80.08% from 255) = 42.5%

 GREEN value IS 135 (53.13% from 255) = 28.13%

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

R = 42.5%
G = 28.13%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC878D (or 0xCC878D) is known color: Puce. HEX triplet: CC, 87 and 8D. RGB value is (204,135,141). Sum of RGB (Red+Green+Blue) = 204+135+141=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC878D is #337872. Grayscale: #9C9C9C. Windows color (decimal): -3373171 or 9275340. OLE color: 9275340.

HSL color Cylindrical-coordinate representation of color #CC878D: hue angle of 354.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC878D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 141 -
CMYK 0 0.34 0.31 0.2
HSL 354.78º 0.4% 0.66% -
HSV(B) 354.78º 0.34% 0.8% -
XYZ 38.37 32.09 29.37 -
YUV 156.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 204 135 141 0 0.34 0.31 0.2 354.78 0.4 0.66
Hex CC 87 8D 0 22 1F 14 163 28 42
Octal 314 207 215 0 42 37 24 543 50 102
Binary 11001100 10000111 10001101 0 100010 11111 10100 101100011 101000 1000010

Color Harmonies of #CC878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC878D

Black with #CC878D

Text Example


Text Example

White with #CC878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC878D; }

 p { color: rgb(204,135,141); }

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

background-color css

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

 a { background-color: rgb(204,135,141); }

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

border-color css

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

 span { border-color: rgb(204,135,141); }

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