Html Css Color HEX #CF888D Puce

📋 copy color: '#CF888D'

red 207 ◦ green 136 ◦ blue 141

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

Shades of Puce #CF888D

Tints of Puce #CF888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.1%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 42.77%
G = 28.1%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF888D (or 0xCF888D) is known color: Puce. HEX triplet: CF, 88 and 8D. RGB value is (207,136,141). Sum of RGB (Red+Green+Blue) = 207+136+141=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF888D is #307772. Grayscale: #9D9D9D. Windows color (decimal): -3176307 or 9275599. OLE color: 9275599.

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

Color convert

RGB 207 136 141 -
CMYK 0 0.34 0.32 0.19
HSL 355.77º 0.43% 0.67% -
HSV(B) 355.77º 0.34% 0.81% -
XYZ 39.34 32.8 29.46 -
YUV 157.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 207 136 141 0 0.34 0.32 0.19 355.77 0.43 0.67
Hex CF 88 8D 0 22 20 13 164 2B 43
Octal 317 210 215 0 42 40 23 544 53 103
Binary 11001111 10001000 10001101 0 100010 100000 10011 101100100 101011 1000011

Color Harmonies of #CF888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF888D

Black with #CF888D

Text Example


Text Example

White with #CF888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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