Html Css Color HEX #CC848F Puce

📋 copy color: '#CC848F'

red 204 ◦ green 132 ◦ blue 143

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

Shades of Puce #CC848F

Tints of Puce #CC848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

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

R = 42.59%
G = 27.56%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC848F (or 0xCC848F) is known color: Puce. HEX triplet: CC, 84 and 8F. RGB value is (204,132,143). Sum of RGB (Red+Green+Blue) = 204+132+143=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC848F is #337B70. Grayscale: #9A9A9A. Windows color (decimal): -3373937 or 9405644. OLE color: 9405644.

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

Color convert

RGB 204 132 143 -
CMYK 0 0.35 0.30 0.2
HSL 350.83º 0.41% 0.66% -
HSV(B) 350.83º 0.35% 0.8% -
XYZ 38.11 31.32 30.02 -
YUV 154.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 204 132 143 0 0.35 0.30 0.2 350.83 0.41 0.66
Hex CC 84 8F 0 23 1E 14 15F 29 42
Octal 314 204 217 0 43 36 24 537 51 102
Binary 11001100 10000100 10001111 0 100011 11110 10100 101011111 101001 1000010

Color Harmonies of #CC848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC848F

Black with #CC848F

Text Example


Text Example

White with #CC848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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