Html Css Color HEX #CF7FA2 Puce

📋 copy color: '#CF7FA2'

red 207 ◦ green 127 ◦ blue 162

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

Shades of Puce #CF7FA2

Tints of Puce #CF7FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 41.73%
G = 25.6%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF7FA2 (or 0xCF7FA2) is known color: Puce. HEX triplet: CF, 7F and A2. RGB value is (207,127,162). Sum of RGB (Red+Green+Blue) = 207+127+162=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA2 is #30805D. Grayscale: #9A9A9A. Windows color (decimal): -3178590 or 10649551. OLE color: 10649551.

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

Color convert

RGB 207 127 162 -
CMYK 0 0.39 0.22 0.19
HSL 333.75º 0.45% 0.65% -
HSV(B) 333.75º 0.39% 0.81% -
XYZ 39.84 31.05 38.08 -
YUV 154.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 207 127 162 0 0.39 0.22 0.19 333.75 0.45 0.65
Hex CF 7F A2 0 27 16 13 14E 2D 41
Octal 317 177 242 0 47 26 23 516 55 101
Binary 11001111 1111111 10100010 0 100111 10110 10011 101001110 101101 1000001

Color Harmonies of #CF7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FA2

Black with #CF7FA2

Text Example


Text Example

White with #CF7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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