Html Css Color HEX #CF878B Puce

📋 copy color: '#CF878B'

red 207 ◦ green 135 ◦ blue 139

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

Shades of Puce #CF878B

Tints of Puce #CF878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 43.04%
G = 28.07%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF878B (or 0xCF878B) is known color: Puce. HEX triplet: CF, 87 and 8B. RGB value is (207,135,139). Sum of RGB (Red+Green+Blue) = 207+135+139=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878B is #307874. Grayscale: #9D9D9D. Windows color (decimal): -3176565 or 9144271. OLE color: 9144271.

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

Color convert

RGB 207 135 139 -
CMYK 0 0.35 0.33 0.19
HSL 356.67º 0.43% 0.67% -
HSV(B) 356.67º 0.35% 0.81% -
XYZ 39.06 32.46 28.63 -
YUV 156.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 207 135 139 0 0.35 0.33 0.19 356.67 0.43 0.67
Hex CF 87 8B 0 23 21 13 165 2B 43
Octal 317 207 213 0 43 41 23 545 53 103
Binary 11001111 10000111 10001011 0 100011 100001 10011 101100101 101011 1000011

Color Harmonies of #CF878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF878B

Black with #CF878B

Text Example


Text Example

White with #CF878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF878B; }

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

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

background-color css

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

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

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

border-color css

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

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

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