Html Css Color HEX #CF878E Puce

📋 copy color: '#CF878E'

red 207 ◦ green 135 ◦ blue 142

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

Shades of Puce #CF878E

Tints of Puce #CF878E

RGB

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

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

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

R = 42.77%
G = 27.89%
B = 29.34%

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

#CF878E (or 0xCF878E) is known color: Puce. HEX triplet: CF, 87 and 8E. RGB value is (207,135,142). Sum of RGB (Red+Green+Blue) = 207+135+142=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878E is #307871. Grayscale: #9D9D9D. Windows color (decimal): -3176562 or 9340879. OLE color: 9340879.

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

Color convert

RGB 207 135 142 -
CMYK 0 0.35 0.31 0.19
HSL 354.17º 0.43% 0.67% -
HSV(B) 354.17º 0.35% 0.81% -
XYZ 39.28 32.55 29.8 -
YUV 157.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 207 135 142 0 0.35 0.31 0.19 354.17 0.43 0.67
Hex CF 87 8E 0 23 1F 13 162 2B 43
Octal 317 207 216 0 43 37 23 542 53 103
Binary 11001111 10000111 10001110 0 100011 11111 10011 101100010 101011 1000011

Color Harmonies of #CF878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF878E

Black with #CF878E

Text Example


Text Example

White with #CF878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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