Html Css Color HEX #CC849B Puce

📋 copy color: '#CC849B'

red 204 ◦ green 132 ◦ blue 155

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

Shades of Puce #CC849B

Tints of Puce #CC849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 41.55%
G = 26.88%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC849B (or 0xCC849B) is known color: Puce. HEX triplet: CC, 84 and 9B. RGB value is (204,132,155). Sum of RGB (Red+Green+Blue) = 204+132+155=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849B is #337B64. Grayscale: #9C9C9C. Windows color (decimal): -3373925 or 10192076. OLE color: 10192076.

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

Color convert

RGB 204 132 155 -
CMYK 0 0.35 0.24 0.2
HSL 340.83º 0.41% 0.66% -
HSV(B) 340.83º 0.35% 0.8% -
XYZ 39.07 31.71 35.07 -
YUV 156.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 204 132 155 0 0.35 0.24 0.2 340.83 0.41 0.66
Hex CC 84 9B 0 23 18 14 155 29 42
Octal 314 204 233 0 43 30 24 525 51 102
Binary 11001100 10000100 10011011 0 100011 11000 10100 101010101 101001 1000010

Color Harmonies of #CC849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC849B

Black with #CC849B

Text Example


Text Example

White with #CC849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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