Html Css Color HEX #CF8991 Puce

📋 copy color: '#CF8991'

red 207 ◦ green 137 ◦ blue 145

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

Shades of Puce #CF8991

Tints of Puce #CF8991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.02%

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 42.33%
G = 28.02%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF8991 (or 0xCF8991) is known color: Puce. HEX triplet: CF, 89 and 91. RGB value is (207,137,145). Sum of RGB (Red+Green+Blue) = 207+137+145=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8991 is #30766E. Grayscale: #9E9E9E. Windows color (decimal): -3176047 or 9537999. OLE color: 9537999.

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

Color convert

RGB 207 137 145 -
CMYK 0 0.34 0.30 0.19
HSL 353.14º 0.42% 0.67% -
HSV(B) 353.14º 0.34% 0.81% -
XYZ 39.79 33.2 31.1 -
YUV 158.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 207 137 145 0 0.34 0.30 0.19 353.14 0.42 0.67
Hex CF 89 91 0 22 1E 13 161 2A 43
Octal 317 211 221 0 42 36 23 541 52 103
Binary 11001111 10001001 10010001 0 100010 11110 10011 101100001 101010 1000011

Color Harmonies of #CF8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8991

Black with #CF8991

Text Example


Text Example

White with #CF8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8991; }

 p { color: rgb(207,137,145); }

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

background-color css

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

 a { background-color: rgb(207,137,145); }

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

border-color css

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

 span { border-color: rgb(207,137,145); }

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