Html Css Color HEX #CF888E Puce

📋 copy color: '#CF888E'

red 207 ◦ green 136 ◦ blue 142

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

Shades of Puce #CF888E

Tints of Puce #CF888E

RGB

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

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

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

R = 42.68%
G = 28.04%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF888E (or 0xCF888E) is known color: Puce. HEX triplet: CF, 88 and 8E. RGB value is (207,136,142). Sum of RGB (Red+Green+Blue) = 207+136+142=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF888E is #307771. Grayscale: #9D9D9D. Windows color (decimal): -3176306 or 9341135. OLE color: 9341135.

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

Color convert

RGB 207 136 142 -
CMYK 0 0.34 0.31 0.19
HSL 354.93º 0.43% 0.67% -
HSV(B) 354.93º 0.34% 0.81% -
XYZ 39.42 32.83 29.85 -
YUV 157.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 207 136 142 0 0.34 0.31 0.19 354.93 0.43 0.67
Hex CF 88 8E 0 22 1F 13 163 2B 43
Octal 317 210 216 0 42 37 23 543 53 103
Binary 11001111 10001000 10001110 0 100010 11111 10011 101100011 101011 1000011

Color Harmonies of #CF888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF888E

Black with #CF888E

Text Example


Text Example

White with #CF888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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