Html Css Color HEX #CF7F99 Puce

📋 copy color: '#CF7F99'

red 207 ◦ green 127 ◦ blue 153

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

Shades of Puce #CF7F99

Tints of Puce #CF7F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 42.51%
G = 26.08%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF7F99 (or 0xCF7F99) is known color: Puce. HEX triplet: CF, 7F and 99. RGB value is (207,127,153). Sum of RGB (Red+Green+Blue) = 207+127+153=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F99 is #308066. Grayscale: #999999. Windows color (decimal): -3178599 or 10059727. OLE color: 10059727.

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

Color convert

RGB 207 127 153 -
CMYK 0 0.39 0.26 0.19
HSL 340.5º 0.45% 0.65% -
HSV(B) 340.5º 0.39% 0.81% -
XYZ 39.07 30.74 34.01 -
YUV 153.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 207 127 153 0 0.39 0.26 0.19 340.5 0.45 0.65
Hex CF 7F 99 0 27 1A 13 154 2D 41
Octal 317 177 231 0 47 32 23 524 55 101
Binary 11001111 1111111 10011001 0 100111 11010 10011 101010100 101101 1000001

Color Harmonies of #CF7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F99

Black with #CF7F99

Text Example


Text Example

White with #CF7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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