Html Css Color HEX #CC849E Puce

📋 copy color: '#CC849E'

red 204 ◦ green 132 ◦ blue 158

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

Shades of Puce #CC849E

Tints of Puce #CC849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 41.3%
G = 26.72%
B = 31.98%

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

#CC849E (or 0xCC849E) is known color: Puce. HEX triplet: CC, 84 and 9E. RGB value is (204,132,158). Sum of RGB (Red+Green+Blue) = 204+132+158=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849E is #337B61. Grayscale: #9C9C9C. Windows color (decimal): -3373922 or 10388684. OLE color: 10388684.

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

Color convert

RGB 204 132 158 -
CMYK 0 0.35 0.23 0.2
HSL 338.33º 0.41% 0.66% -
HSV(B) 338.33º 0.35% 0.8% -
XYZ 39.32 31.81 36.41 -
YUV 156.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 204 132 158 0 0.35 0.23 0.2 338.33 0.41 0.66
Hex CC 84 9E 0 23 17 14 152 29 42
Octal 314 204 236 0 43 27 24 522 51 102
Binary 11001100 10000100 10011110 0 100011 10111 10100 101010010 101001 1000010

Color Harmonies of #CC849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC849E

Black with #CC849E

Text Example


Text Example

White with #CC849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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