Html Css Color HEX #CC868D Puce

📋 copy color: '#CC868D'

red 204 ◦ green 134 ◦ blue 141

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

Shades of Puce #CC868D

Tints of Puce #CC868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

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

R = 42.59%
G = 27.97%
B = 29.44%

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

#CC868D (or 0xCC868D) is known color: Puce. HEX triplet: CC, 86 and 8D. RGB value is (204,134,141). Sum of RGB (Red+Green+Blue) = 204+134+141=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868D is #337972. Grayscale: #9B9B9B. Windows color (decimal): -3373427 or 9275084. OLE color: 9275084.

HSL color Cylindrical-coordinate representation of color #CC868D: hue angle of 354º degrees, saturation: 0.41, 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 #CC868D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 141 -
CMYK 0 0.34 0.31 0.2
HSL 354º 0.41% 0.66% -
HSV(B) 354º 0.34% 0.8% -
XYZ 38.23 31.81 29.32 -
YUV 155.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 204 134 141 0 0.34 0.31 0.2 354 0.41 0.66
Hex CC 86 8D 0 22 1F 14 162 29 42
Octal 314 206 215 0 42 37 24 542 51 102
Binary 11001100 10000110 10001101 0 100010 11111 10100 101100010 101001 1000010

Color Harmonies of #CC868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC868D

Black with #CC868D

Text Example


Text Example

White with #CC868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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