Html Css Color HEX #CF848F Puce

📋 copy color: '#CF848F'

red 207 ◦ green 132 ◦ blue 143

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

Shades of Puce #CF848F

Tints of Puce #CF848F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 42.95%
G = 27.39%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF848F (or 0xCF848F) is known color: Puce. HEX triplet: CF, 84 and 8F. RGB value is (207,132,143). Sum of RGB (Red+Green+Blue) = 207+132+143=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848F is #307B70. Grayscale: #9B9B9B. Windows color (decimal): -3177329 or 9405647. OLE color: 9405647.

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

Color convert

RGB 207 132 143 -
CMYK 0 0.36 0.31 0.19
HSL 351.2º 0.44% 0.66% -
HSV(B) 351.2º 0.36% 0.81% -
XYZ 38.94 31.75 30.06 -
YUV 155.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 207 132 143 0 0.36 0.31 0.19 351.2 0.44 0.66
Hex CF 84 8F 0 24 1F 13 15F 2C 42
Octal 317 204 217 0 44 37 23 537 54 102
Binary 11001111 10000100 10001111 0 100100 11111 10011 101011111 101100 1000010

Color Harmonies of #CF848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF848F

Black with #CF848F

Text Example


Text Example

White with #CF848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF848F; }

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

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

background-color css

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

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

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

border-color css

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

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

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