Html Css Color HEX #CF849D Puce

📋 copy color: '#CF849D'

red 207 ◦ green 132 ◦ blue 157

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

Shades of Puce #CF849D

Tints of Puce #CF849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.61%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 41.73%
G = 26.61%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF849D (or 0xCF849D) is known color: Puce. HEX triplet: CF, 84 and 9D. RGB value is (207,132,157). Sum of RGB (Red+Green+Blue) = 207+132+157=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF849D is #307B62. Grayscale: #9D9D9D. Windows color (decimal): -3177315 or 10323151. OLE color: 10323151.

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

Color convert

RGB 207 132 157 -
CMYK 0 0.36 0.24 0.19
HSL 340º 0.44% 0.66% -
HSV(B) 340º 0.36% 0.81% -
XYZ 40.07 32.2 36 -
YUV 157.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 207 132 157 0 0.36 0.24 0.19 340 0.44 0.66
Hex CF 84 9D 0 24 18 13 154 2C 42
Octal 317 204 235 0 44 30 23 524 54 102
Binary 11001111 10000100 10011101 0 100100 11000 10011 101010100 101100 1000010

Color Harmonies of #CF849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF849D

Black with #CF849D

Text Example


Text Example

White with #CF849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF849D; }

 p { color: rgb(207,132,157); }

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

background-color css

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

 a { background-color: rgb(207,132,157); }

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

border-color css

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

 span { border-color: rgb(207,132,157); }

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