Html Css Color HEX #CF849C Puce

📋 copy color: '#CF849C'

red 207 ◦ green 132 ◦ blue 156

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

Shades of Puce #CF849C

Tints of Puce #CF849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.52%

R = 41.82%
G = 26.67%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF849C (or 0xCF849C) is known color: Puce. HEX triplet: CF, 84 and 9C. RGB value is (207,132,156). Sum of RGB (Red+Green+Blue) = 207+132+156=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF849C is #307B63. Grayscale: #9D9D9D. Windows color (decimal): -3177316 or 10257615. OLE color: 10257615.

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

Color convert

RGB 207 132 156 -
CMYK 0 0.36 0.25 0.19
HSL 340.8º 0.44% 0.66% -
HSV(B) 340.8º 0.36% 0.81% -
XYZ 39.98 32.17 35.55 -
YUV 157.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 207 132 156 0 0.36 0.25 0.19 340.8 0.44 0.66
Hex CF 84 9C 0 24 19 13 155 2C 42
Octal 317 204 234 0 44 31 23 525 54 102
Binary 11001111 10000100 10011100 0 100100 11001 10011 101010101 101100 1000010

Color Harmonies of #CF849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF849C

Black with #CF849C

Text Example


Text Example

White with #CF849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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