Html Css Color HEX #CC849A Puce

📋 copy color: '#CC849A'

red 204 ◦ green 132 ◦ blue 154

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

Shades of Puce #CC849A

Tints of Puce #CC849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 41.63%
G = 26.94%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC849A (or 0xCC849A) is known color: Puce. HEX triplet: CC, 84 and 9A. RGB value is (204,132,154). Sum of RGB (Red+Green+Blue) = 204+132+154=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC849A is #337B65. Grayscale: #9C9C9C. Windows color (decimal): -3373926 or 10126540. OLE color: 10126540.

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

Color convert

RGB 204 132 154 -
CMYK 0 0.35 0.25 0.2
HSL 341.67º 0.41% 0.66% -
HSV(B) 341.67º 0.35% 0.8% -
XYZ 38.99 31.67 34.63 -
YUV 156.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 204 132 154 0 0.35 0.25 0.2 341.67 0.41 0.66
Hex CC 84 9A 0 23 19 14 156 29 42
Octal 314 204 232 0 43 31 24 526 51 102
Binary 11001100 10000100 10011010 0 100011 11001 10100 101010110 101001 1000010

Color Harmonies of #CC849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC849A

Black with #CC849A

Text Example


Text Example

White with #CC849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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