Html Css Color HEX #CF858F Puce

📋 copy color: '#CF858F'

red 207 ◦ green 133 ◦ blue 143

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

Shades of Puce #CF858F

Tints of Puce #CF858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 42.86%
G = 27.54%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF858F (or 0xCF858F) is known color: Puce. HEX triplet: CF, 85 and 8F. RGB value is (207,133,143). Sum of RGB (Red+Green+Blue) = 207+133+143=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858F is #307A70. Grayscale: #9C9C9C. Windows color (decimal): -3177073 or 9405903. OLE color: 9405903.

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

Color convert

RGB 207 133 143 -
CMYK 0 0.36 0.31 0.19
HSL 351.89º 0.44% 0.67% -
HSV(B) 351.89º 0.36% 0.81% -
XYZ 39.08 32.02 30.11 -
YUV 156.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 207 133 143 0 0.36 0.31 0.19 351.89 0.44 0.67
Hex CF 85 8F 0 24 1F 13 160 2C 43
Octal 317 205 217 0 44 37 23 540 54 103
Binary 11001111 10000101 10001111 0 100100 11111 10011 101100000 101100 1000011

Color Harmonies of #CF858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF858F

Black with #CF858F

Text Example


Text Example

White with #CF858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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