Html Css Color HEX #CC868F Puce

📋 copy color: '#CC868F'

red 204 ◦ green 134 ◦ blue 143

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

Shades of Puce #CC868F

Tints of Puce #CC868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 42.41%
G = 27.86%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC868F (or 0xCC868F) is known color: Puce. HEX triplet: CC, 86 and 8F. RGB value is (204,134,143). Sum of RGB (Red+Green+Blue) = 204+134+143=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC868F is #337970. Grayscale: #9B9B9B. Windows color (decimal): -3373425 or 9406156. OLE color: 9406156.

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

Color convert

RGB 204 134 143 -
CMYK 0 0.34 0.30 0.2
HSL 352.29º 0.41% 0.66% -
HSV(B) 352.29º 0.34% 0.8% -
XYZ 38.38 31.87 30.12 -
YUV 155.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 204 134 143 0 0.34 0.30 0.2 352.29 0.41 0.66
Hex CC 86 8F 0 22 1E 14 160 29 42
Octal 314 206 217 0 42 36 24 540 51 102
Binary 11001100 10000110 10001111 0 100010 11110 10100 101100000 101001 1000010

Color Harmonies of #CC868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC868F

Black with #CC868F

Text Example


Text Example

White with #CC868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC868F; }

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

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

background-color css

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

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

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

border-color css

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

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

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