Html Css Color HEX #CF809F Puce

📋 copy color: '#CF809F'

red 207 ◦ green 128 ◦ blue 159

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

Shades of Puce #CF809F

Tints of Puce #CF809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

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

R = 41.9%
G = 25.91%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF809F (or 0xCF809F) is known color: Puce. HEX triplet: CF, 80 and 9F. RGB value is (207,128,159). Sum of RGB (Red+Green+Blue) = 207+128+159=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809F is #307F60. Grayscale: #9B9B9B. Windows color (decimal): -3178337 or 10453199. OLE color: 10453199.

HSL color Cylindrical-coordinate representation of color #CF809F: hue angle of 336.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF809F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 159 -
CMYK 0 0.38 0.23 0.19
HSL 336.46º 0.45% 0.66% -
HSV(B) 336.46º 0.38% 0.81% -
XYZ 39.71 31.21 36.73 -
YUV 155.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 207 128 159 0 0.38 0.23 0.19 336.46 0.45 0.66
Hex CF 80 9F 0 26 17 13 150 2D 42
Octal 317 200 237 0 46 27 23 520 55 102
Binary 11001111 10000000 10011111 0 100110 10111 10011 101010000 101101 1000010

Color Harmonies of #CF809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF809F

Black with #CF809F

Text Example


Text Example

White with #CF809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF809F; }

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

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

background-color css

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

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

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

border-color css

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

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

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