Html Css Color HEX #CC7C99 Puce

📋 copy color: '#CC7C99'

red 204 ◦ green 124 ◦ blue 153

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

Shades of Puce #CC7C99

Tints of Puce #CC7C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.81%

R = 42.41%
G = 25.78%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC7C99 (or 0xCC7C99) is known color: Puce. HEX triplet: CC, 7C and 99. RGB value is (204,124,153). Sum of RGB (Red+Green+Blue) = 204+124+153=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C99 is #338366. Grayscale: #979797. Windows color (decimal): -3375975 or 10058956. OLE color: 10058956.

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

Color convert

RGB 204 124 153 -
CMYK 0 0.39 0.25 0.2
HSL 338.25º 0.44% 0.64% -
HSV(B) 338.25º 0.39% 0.8% -
XYZ 37.86 29.55 33.85 -
YUV 151.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 204 124 153 0 0.39 0.25 0.2 338.25 0.44 0.64
Hex CC 7C 99 0 27 19 14 152 2C 40
Octal 314 174 231 0 47 31 24 522 54 100
Binary 11001100 1111100 10011001 0 100111 11001 10100 101010010 101100 1000000

Color Harmonies of #CC7C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C99

Black with #CC7C99

Text Example


Text Example

White with #CC7C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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