Html Css Color HEX #CF7E9F Puce

📋 copy color: '#CF7E9F'

red 207 ◦ green 126 ◦ blue 159

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

Shades of Puce #CF7E9F

Tints of Puce #CF7E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.61%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 42.07%
G = 25.61%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF7E9F (or 0xCF7E9F) is known color: Puce. HEX triplet: CF, 7E and 9F. RGB value is (207,126,159). Sum of RGB (Red+Green+Blue) = 207+126+159=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9F is #308160. Grayscale: #999999. Windows color (decimal): -3178849 or 10452687. OLE color: 10452687.

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

Color convert

RGB 207 126 159 -
CMYK 0 0.39 0.23 0.19
HSL 335.56º 0.46% 0.65% -
HSV(B) 335.56º 0.39% 0.81% -
XYZ 39.45 30.69 36.65 -
YUV 153.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 207 126 159 0 0.39 0.23 0.19 335.56 0.46 0.65
Hex CF 7E 9F 0 27 17 13 150 2E 41
Octal 317 176 237 0 47 27 23 520 56 101
Binary 11001111 1111110 10011111 0 100111 10111 10011 101010000 101110 1000001

Color Harmonies of #CF7E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E9F

Black with #CF7E9F

Text Example


Text Example

White with #CF7E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E9F; }

 p { color: rgb(207,126,159); }

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

background-color css

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

 a { background-color: rgb(207,126,159); }

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

border-color css

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

 span { border-color: rgb(207,126,159); }

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