Html Css Color HEX #CF878F Puce

📋 copy color: '#CF878F'

red 207 ◦ green 135 ◦ blue 143

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

Shades of Puce #CF878F

Tints of Puce #CF878F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.84%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 42.68%
G = 27.84%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF878F (or 0xCF878F) is known color: Puce. HEX triplet: CF, 87 and 8F. RGB value is (207,135,143). Sum of RGB (Red+Green+Blue) = 207+135+143=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878F is #307870. Grayscale: #9D9D9D. Windows color (decimal): -3176561 or 9406415. OLE color: 9406415.

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

Color convert

RGB 207 135 143 -
CMYK 0 0.35 0.31 0.19
HSL 353.33º 0.43% 0.67% -
HSV(B) 353.33º 0.35% 0.81% -
XYZ 39.35 32.58 30.2 -
YUV 157.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 207 135 143 0 0.35 0.31 0.19 353.33 0.43 0.67
Hex CF 87 8F 0 23 1F 13 161 2B 43
Octal 317 207 217 0 43 37 23 541 53 103
Binary 11001111 10000111 10001111 0 100011 11111 10011 101100001 101011 1000011

Color Harmonies of #CF878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF878F

Black with #CF878F

Text Example


Text Example

White with #CF878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF878F; }

 p { color: rgb(207,135,143); }

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

background-color css

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

 a { background-color: rgb(207,135,143); }

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

border-color css

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

 span { border-color: rgb(207,135,143); }

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