Html Css Color HEX #CF848C Puce

📋 copy color: '#CF848C'

red 207 ◦ green 132 ◦ blue 140

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

Shades of Puce #CF848C

Tints of Puce #CF848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 43.22%
G = 27.56%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF848C (or 0xCF848C) is known color: Puce. HEX triplet: CF, 84 and 8C. RGB value is (207,132,140). Sum of RGB (Red+Green+Blue) = 207+132+140=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF848C is #307B73. Grayscale: #9B9B9B. Windows color (decimal): -3177332 or 9209039. OLE color: 9209039.

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

Color convert

RGB 207 132 140 -
CMYK 0 0.36 0.32 0.19
HSL 353.6º 0.44% 0.66% -
HSV(B) 353.6º 0.36% 0.81% -
XYZ 38.72 31.66 28.88 -
YUV 155.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 207 132 140 0 0.36 0.32 0.19 353.6 0.44 0.66
Hex CF 84 8C 0 24 20 13 162 2C 42
Octal 317 204 214 0 44 40 23 542 54 102
Binary 11001111 10000100 10001100 0 100100 100000 10011 101100010 101100 1000010

Color Harmonies of #CF848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF848C

Black with #CF848C

Text Example


Text Example

White with #CF848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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