Html Css Color HEX #CF819F Puce

📋 copy color: '#CF819F'

red 207 ◦ green 129 ◦ blue 159

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

Shades of Puce #CF819F

Tints of Puce #CF819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.06%

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

R = 41.82%
G = 26.06%
B = 32.12%

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

#CF819F (or 0xCF819F) is known color: Puce. HEX triplet: CF, 81 and 9F. RGB value is (207,129,159). Sum of RGB (Red+Green+Blue) = 207+129+159=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF819F is #307E60. Grayscale: #9B9B9B. Windows color (decimal): -3178081 or 10453455. OLE color: 10453455.

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

Color convert

RGB 207 129 159 -
CMYK 0 0.38 0.23 0.19
HSL 336.92º 0.45% 0.66% -
HSV(B) 336.92º 0.38% 0.81% -
XYZ 39.84 31.47 36.78 -
YUV 155.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 207 129 159 0 0.38 0.23 0.19 336.92 0.45 0.66
Hex CF 81 9F 0 26 17 13 151 2D 42
Octal 317 201 237 0 46 27 23 521 55 102
Binary 11001111 10000001 10011111 0 100110 10111 10011 101010001 101101 1000010

Color Harmonies of #CF819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF819F

Black with #CF819F

Text Example


Text Example

White with #CF819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF819F; }

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

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

background-color css

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

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

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

border-color css

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

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

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