Html Css Color HEX #CC7FA4 Puce

📋 copy color: '#CC7FA4'

red 204 ◦ green 127 ◦ blue 164

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

Shades of Puce #CC7FA4

Tints of Puce #CC7FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 41.21%
G = 25.66%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC7FA4 (or 0xCC7FA4) is known color: Puce. HEX triplet: CC, 7F and A4. RGB value is (204,127,164). Sum of RGB (Red+Green+Blue) = 204+127+164=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA4 is #33805B. Grayscale: #9A9A9A. Windows color (decimal): -3375196 or 10780620. OLE color: 10780620.

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

Color convert

RGB 204 127 164 -
CMYK 0 0.38 0.20 0.2
HSL 331.17º 0.43% 0.65% -
HSV(B) 331.17º 0.38% 0.8% -
XYZ 39.19 30.7 38.98 -
YUV 154.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 204 127 164 0 0.38 0.20 0.2 331.17 0.43 0.65
Hex CC 7F A4 0 26 14 14 14B 2B 41
Octal 314 177 244 0 46 24 24 513 53 101
Binary 11001100 1111111 10100100 0 100110 10100 10100 101001011 101011 1000001

Color Harmonies of #CC7FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FA4

Black with #CC7FA4

Text Example


Text Example

White with #CC7FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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