Html Css Color HEX #CF7D9F Puce

📋 copy color: '#CF7D9F'

red 207 ◦ green 125 ◦ blue 159

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

Shades of Puce #CF7D9F

Tints of Puce #CF7D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.46%

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

R = 42.16%
G = 25.46%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF7D9F (or 0xCF7D9F) is known color: Puce. HEX triplet: CF, 7D and 9F. RGB value is (207,125,159). Sum of RGB (Red+Green+Blue) = 207+125+159=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D9F is #308260. Grayscale: #999999. Windows color (decimal): -3179105 or 10452431. OLE color: 10452431.

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

Color convert

RGB 207 125 159 -
CMYK 0 0.40 0.23 0.19
HSL 335.12º 0.46% 0.65% -
HSV(B) 335.12º 0.4% 0.81% -
XYZ 39.32 30.44 36.6 -
YUV 153.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 207 125 159 0 0.40 0.23 0.19 335.12 0.46 0.65
Hex CF 7D 9F 0 28 17 13 14F 2E 41
Octal 317 175 237 0 50 27 23 517 56 101
Binary 11001111 1111101 10011111 0 101000 10111 10011 101001111 101110 1000001

Color Harmonies of #CF7D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D9F

Black with #CF7D9F

Text Example


Text Example

White with #CF7D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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