Html Css Color HEX #CC849F Puce

📋 copy color: '#CC849F'

red 204 ◦ green 132 ◦ blue 159

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

Shades of Puce #CC849F

Tints of Puce #CC849F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 41.21%
G = 26.67%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC849F (or 0xCC849F) is known color: Puce. HEX triplet: CC, 84 and 9F. RGB value is (204,132,159). Sum of RGB (Red+Green+Blue) = 204+132+159=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849F is #337B60. Grayscale: #9C9C9C. Windows color (decimal): -3373921 or 10454220. OLE color: 10454220.

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

Color convert

RGB 204 132 159 -
CMYK 0 0.35 0.22 0.2
HSL 337.5º 0.41% 0.66% -
HSV(B) 337.5º 0.35% 0.8% -
XYZ 39.41 31.84 36.87 -
YUV 156.61 129.35 161.8 -
System Red Green Blue C M Y K H S L
Decimal 204 132 159 0 0.35 0.22 0.2 337.5 0.41 0.66
Hex CC 84 9F 0 23 16 14 152 29 42
Octal 314 204 237 0 43 26 24 522 51 102
Binary 11001100 10000100 10011111 0 100011 10110 10100 101010010 101001 1000010

Color Harmonies of #CC849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC849F

Black with #CC849F

Text Example


Text Example

White with #CC849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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