Html Css Color HEX #CC7C95 Puce

📋 copy color: '#CC7C95'

red 204 ◦ green 124 ◦ blue 149

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

Shades of Puce #CC7C95

Tints of Puce #CC7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 42.77%
G = 26%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC7C95 (or 0xCC7C95) is known color: Puce. HEX triplet: CC, 7C and 95. RGB value is (204,124,149). Sum of RGB (Red+Green+Blue) = 204+124+149=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C95 is #33836A. Grayscale: #969696. Windows color (decimal): -3375979 or 9796812. OLE color: 9796812.

HSL color Cylindrical-coordinate representation of color #CC7C95: hue angle of 341.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7C95 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 149 -
CMYK 0 0.39 0.27 0.2
HSL 341.25º 0.44% 0.64% -
HSV(B) 341.25º 0.39% 0.8% -
XYZ 37.53 29.42 32.13 -
YUV 150.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 204 124 149 0 0.39 0.27 0.2 341.25 0.44 0.64
Hex CC 7C 95 0 27 1B 14 155 2C 40
Octal 314 174 225 0 47 33 24 525 54 100
Binary 11001100 1111100 10010101 0 100111 11011 10100 101010101 101100 1000000

Color Harmonies of #CC7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C95

Black with #CC7C95

Text Example


Text Example

White with #CC7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C95; }

 p { color: rgb(204,124,149); }

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

background-color css

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

 a { background-color: rgb(204,124,149); }

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

border-color css

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

 span { border-color: rgb(204,124,149); }

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