Html Css Color HEX #CC7F94 Puce

📋 copy color: '#CC7F94'

red 204 ◦ green 127 ◦ blue 148

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

Shades of Puce #CC7F94

Tints of Puce #CC7F94

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 42.59%
G = 26.51%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC7F94 (or 0xCC7F94) is known color: Puce. HEX triplet: CC, 7F and 94. RGB value is (204,127,148). Sum of RGB (Red+Green+Blue) = 204+127+148=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F94 is #33806B. Grayscale: #989898. Windows color (decimal): -3375212 or 9732044. OLE color: 9732044.

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

Color convert

RGB 204 127 148 -
CMYK 0 0.38 0.27 0.2
HSL 343.64º 0.43% 0.65% -
HSV(B) 343.64º 0.38% 0.8% -
XYZ 37.84 30.15 31.84 -
YUV 152.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 204 127 148 0 0.38 0.27 0.2 343.64 0.43 0.65
Hex CC 7F 94 0 26 1B 14 158 2B 41
Octal 314 177 224 0 46 33 24 530 53 101
Binary 11001100 1111111 10010100 0 100110 11011 10100 101011000 101011 1000001

Color Harmonies of #CC7F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F94

Black with #CC7F94

Text Example


Text Example

White with #CC7F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F94; }

 p { color: rgb(204,127,148); }

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

background-color css

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

 a { background-color: rgb(204,127,148); }

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

border-color css

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

 span { border-color: rgb(204,127,148); }

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