Html Css Color HEX #CF858C Puce

📋 copy color: '#CF858C'

red 207 ◦ green 133 ◦ blue 140

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

Shades of Puce #CF858C

Tints of Puce #CF858C

RGB

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

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

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

R = 43.13%
G = 27.71%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF858C (or 0xCF858C) is known color: Puce. HEX triplet: CF, 85 and 8C. RGB value is (207,133,140). Sum of RGB (Red+Green+Blue) = 207+133+140=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF858C is #307A73. Grayscale: #9B9B9B. Windows color (decimal): -3177076 or 9209295. OLE color: 9209295.

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

Color convert

RGB 207 133 140 -
CMYK 0 0.36 0.32 0.19
HSL 354.32º 0.44% 0.67% -
HSV(B) 354.32º 0.36% 0.81% -
XYZ 38.85 31.93 28.93 -
YUV 155.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 207 133 140 0 0.36 0.32 0.19 354.32 0.44 0.67
Hex CF 85 8C 0 24 20 13 162 2C 43
Octal 317 205 214 0 44 40 23 542 54 103
Binary 11001111 10000101 10001100 0 100100 100000 10011 101100010 101100 1000011

Color Harmonies of #CF858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF858C

Black with #CF858C

Text Example


Text Example

White with #CF858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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