Html Css Color HEX #CF8D8E Puce

📋 copy color: '#CF8D8E'

red 207 ◦ green 141 ◦ blue 142

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

Shades of Puce #CF8D8E

Tints of Puce #CF8D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 42.24%
G = 28.78%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF8D8E (or 0xCF8D8E) is known color: Puce. HEX triplet: CF, 8D and 8E. RGB value is (207,141,142). Sum of RGB (Red+Green+Blue) = 207+141+142=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8D8E is #307271. Grayscale: #A0A0A0. Windows color (decimal): -3175026 or 9342415. OLE color: 9342415.

HSL color Cylindrical-coordinate representation of color #CF8D8E: hue angle of 359.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8D8E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 142 -
CMYK 0 0.32 0.31 0.19
HSL 359.09º 0.41% 0.68% -
HSV(B) 359.09º 0.32% 0.81% -
XYZ 40.14 34.27 30.09 -
YUV 160.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 207 141 142 0 0.32 0.31 0.19 359.09 0.41 0.68
Hex CF 8D 8E 0 20 1F 13 167 29 44
Octal 317 215 216 0 40 37 23 547 51 104
Binary 11001111 10001101 10001110 0 100000 11111 10011 101100111 101001 1000100

Color Harmonies of #CF8D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D8E

Black with #CF8D8E

Text Example


Text Example

White with #CF8D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D8E; }

 p { color: rgb(207,141,142); }

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

background-color css

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

 a { background-color: rgb(207,141,142); }

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

border-color css

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

 span { border-color: rgb(207,141,142); }

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