Html Css Color HEX #CF868D Puce

📋 copy color: '#CF868D'

red 207 ◦ green 134 ◦ blue 141

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

Shades of Puce #CF868D

Tints of Puce #CF868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 42.95%
G = 27.8%
B = 29.25%

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

#CF868D (or 0xCF868D) is known color: Puce. HEX triplet: CF, 86 and 8D. RGB value is (207,134,141). Sum of RGB (Red+Green+Blue) = 207+134+141=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868D is #307972. Grayscale: #9C9C9C. Windows color (decimal): -3176819 or 9275087. OLE color: 9275087.

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

Color convert

RGB 207 134 141 -
CMYK 0 0.35 0.32 0.19
HSL 354.25º 0.43% 0.67% -
HSV(B) 354.25º 0.35% 0.81% -
XYZ 39.06 32.24 29.36 -
YUV 156.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 207 134 141 0 0.35 0.32 0.19 354.25 0.43 0.67
Hex CF 86 8D 0 23 20 13 162 2B 43
Octal 317 206 215 0 43 40 23 542 53 103
Binary 11001111 10000110 10001101 0 100011 100000 10011 101100010 101011 1000011

Color Harmonies of #CF868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF868D

Black with #CF868D

Text Example


Text Example

White with #CF868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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