Html Css Color HEX #CC808F Puce

📋 copy color: '#CC808F'

red 204 ◦ green 128 ◦ blue 143

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

Shades of Puce #CC808F

Tints of Puce #CC808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.95%

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

R = 42.95%
G = 26.95%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC808F (or 0xCC808F) is known color: Puce. HEX triplet: CC, 80 and 8F. RGB value is (204,128,143). Sum of RGB (Red+Green+Blue) = 204+128+143=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808F is #337F70. Grayscale: #989898. Windows color (decimal): -3374961 or 9404620. OLE color: 9404620.

HSL color Cylindrical-coordinate representation of color #CC808F: hue angle of 348.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC808F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 143 -
CMYK 0 0.37 0.30 0.2
HSL 348.16º 0.43% 0.65% -
HSV(B) 348.16º 0.37% 0.8% -
XYZ 37.58 30.26 29.85 -
YUV 152.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 204 128 143 0 0.37 0.30 0.2 348.16 0.43 0.65
Hex CC 80 8F 0 25 1E 14 15C 2B 41
Octal 314 200 217 0 45 36 24 534 53 101
Binary 11001100 10000000 10001111 0 100101 11110 10100 101011100 101011 1000001

Color Harmonies of #CC808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC808F

Black with #CC808F

Text Example


Text Example

White with #CC808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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