Html Css Color HEX #CF7FA3 Puce

📋 copy color: '#CF7FA3'

red 207 ◦ green 127 ◦ blue 163

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

Shades of Puce #CF7FA3

Tints of Puce #CF7FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.8%

R = 41.65%
G = 25.55%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF7FA3 (or 0xCF7FA3) is known color: Puce. HEX triplet: CF, 7F and A3. RGB value is (207,127,163). Sum of RGB (Red+Green+Blue) = 207+127+163=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA3 is #30805C. Grayscale: #9A9A9A. Windows color (decimal): -3178589 or 10715087. OLE color: 10715087.

HSL color Cylindrical-coordinate representation of color #CF7FA3: hue angle of 333º 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 #CF7FA3 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 163 -
CMYK 0 0.39 0.21 0.19
HSL 333º 0.45% 0.65% -
HSV(B) 333º 0.39% 0.81% -
XYZ 39.93 31.09 38.55 -
YUV 155.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 207 127 163 0 0.39 0.21 0.19 333 0.45 0.65
Hex CF 7F A3 0 27 15 13 14D 2D 41
Octal 317 177 243 0 47 25 23 515 55 101
Binary 11001111 1111111 10100011 0 100111 10101 10011 101001101 101101 1000001

Color Harmonies of #CF7FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FA3

Black with #CF7FA3

Text Example


Text Example

White with #CF7FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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