Html Css Color HEX #CF7FA8 Puce

📋 copy color: '#CF7FA8'

red 207 ◦ green 127 ◦ blue 168

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

Shades of Puce #CF7FA8

Tints of Puce #CF7FA8

RGB

 RED value IS 207 (81.25% from 255) = 41.24%

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

 BLUE value IS 168 (66.02% from 255) = 33.47%

R = 41.24%
G = 25.3%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CF7FA8 (or 0xCF7FA8) is known color: Puce. HEX triplet: CF, 7F and A8. RGB value is (207,127,168). Sum of RGB (Red+Green+Blue) = 207+127+168=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA8 is #308057. Grayscale: #9B9B9B. Windows color (decimal): -3178584 or 11042767. OLE color: 11042767.

HSL color Cylindrical-coordinate representation of color #CF7FA8: hue angle of 329.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FA8 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 168 -
CMYK 0 0.39 0.19 0.19
HSL 329.25º 0.45% 0.65% -
HSV(B) 329.25º 0.39% 0.81% -
XYZ 40.39 31.27 40.95 -
YUV 155.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 207 127 168 0 0.39 0.19 0.19 329.25 0.45 0.65
Hex CF 7F A8 0 27 13 13 149 2D 41
Octal 317 177 250 0 47 23 23 511 55 101
Binary 11001111 1111111 10101000 0 100111 10011 10011 101001001 101101 1000001

Color Harmonies of #CF7FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FA8

Black with #CF7FA8

Text Example


Text Example

White with #CF7FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FA8; }

 p { color: rgb(207,127,168); }

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

background-color css

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

 a { background-color: rgb(207,127,168); }

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

border-color css

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

 span { border-color: rgb(207,127,168); }

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