Html Css Color HEX #CC849D Puce

📋 copy color: '#CC849D'

red 204 ◦ green 132 ◦ blue 157

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

Shades of Puce #CC849D

Tints of Puce #CC849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 41.38%
G = 26.77%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC849D (or 0xCC849D) is known color: Puce. HEX triplet: CC, 84 and 9D. RGB value is (204,132,157). Sum of RGB (Red+Green+Blue) = 204+132+157=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849D is #337B62. Grayscale: #9C9C9C. Windows color (decimal): -3373923 or 10323148. OLE color: 10323148.

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

Color convert

RGB 204 132 157 -
CMYK 0 0.35 0.23 0.2
HSL 339.17º 0.41% 0.66% -
HSV(B) 339.17º 0.35% 0.8% -
XYZ 39.24 31.77 35.96 -
YUV 156.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 204 132 157 0 0.35 0.23 0.2 339.17 0.41 0.66
Hex CC 84 9D 0 23 17 14 153 29 42
Octal 314 204 235 0 43 27 24 523 51 102
Binary 11001100 10000100 10011101 0 100011 10111 10100 101010011 101001 1000010

Color Harmonies of #CC849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC849D

Black with #CC849D

Text Example


Text Example

White with #CC849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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