Html Css Color HEX #CF878C Puce

📋 copy color: '#CF878C'

red 207 ◦ green 135 ◦ blue 140

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

Shades of Puce #CF878C

Tints of Puce #CF878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 42.95%
G = 28.01%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF878C (or 0xCF878C) is known color: Puce. HEX triplet: CF, 87 and 8C. RGB value is (207,135,140). Sum of RGB (Red+Green+Blue) = 207+135+140=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878C is #307873. Grayscale: #9D9D9D. Windows color (decimal): -3176564 or 9209807. OLE color: 9209807.

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

Color convert

RGB 207 135 140 -
CMYK 0 0.35 0.32 0.19
HSL 355.83º 0.43% 0.67% -
HSV(B) 355.83º 0.35% 0.81% -
XYZ 39.13 32.49 29.02 -
YUV 157.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 207 135 140 0 0.35 0.32 0.19 355.83 0.43 0.67
Hex CF 87 8C 0 23 20 13 164 2B 43
Octal 317 207 214 0 43 40 23 544 53 103
Binary 11001111 10000111 10001100 0 100011 100000 10011 101100100 101011 1000011

Color Harmonies of #CF878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF878C

Black with #CF878C

Text Example


Text Example

White with #CF878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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