Html Css Color HEX #CF868C Puce

📋 copy color: '#CF868C'

red 207 ◦ green 134 ◦ blue 140

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

Shades of Puce #CF868C

Tints of Puce #CF868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.86%

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

R = 43.04%
G = 27.86%
B = 29.11%

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

#CF868C (or 0xCF868C) is known color: Puce. HEX triplet: CF, 86 and 8C. RGB value is (207,134,140). Sum of RGB (Red+Green+Blue) = 207+134+140=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868C is #307973. Grayscale: #9C9C9C. Windows color (decimal): -3176820 or 9209551. OLE color: 9209551.

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

Color convert

RGB 207 134 140 -
CMYK 0 0.35 0.32 0.19
HSL 355.07º 0.43% 0.67% -
HSV(B) 355.07º 0.35% 0.81% -
XYZ 38.99 32.21 28.97 -
YUV 156.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 207 134 140 0 0.35 0.32 0.19 355.07 0.43 0.67
Hex CF 86 8C 0 23 20 13 163 2B 43
Octal 317 206 214 0 43 40 23 543 53 103
Binary 11001111 10000110 10001100 0 100011 100000 10011 101100011 101011 1000011

Color Harmonies of #CF868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF868C

Black with #CF868C

Text Example


Text Example

White with #CF868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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