Html Css Color HEX #CF8894 Puce

📋 copy color: '#CF8894'

red 207 ◦ green 136 ◦ blue 148

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

Shades of Puce #CF8894

Tints of Puce #CF8894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 42.16%
G = 27.7%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF8894 (or 0xCF8894) is known color: Puce. HEX triplet: CF, 88 and 94. RGB value is (207,136,148). Sum of RGB (Red+Green+Blue) = 207+136+148=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8894 is #30776B. Grayscale: #9E9E9E. Windows color (decimal): -3176300 or 9734351. OLE color: 9734351.

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

Color convert

RGB 207 136 148 -
CMYK 0 0.34 0.29 0.19
HSL 349.86º 0.43% 0.67% -
HSV(B) 349.86º 0.34% 0.81% -
XYZ 39.88 33.01 32.29 -
YUV 158.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 207 136 148 0 0.34 0.29 0.19 349.86 0.43 0.67
Hex CF 88 94 0 22 1D 13 15E 2B 43
Octal 317 210 224 0 42 35 23 536 53 103
Binary 11001111 10001000 10010100 0 100010 11101 10011 101011110 101011 1000011

Color Harmonies of #CF8894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8894

Black with #CF8894

Text Example


Text Example

White with #CF8894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8894; }

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

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

background-color css

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

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

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

border-color css

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

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

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