Html Css Color HEX #CF869C Puce

📋 copy color: '#CF869C'

red 207 ◦ green 134 ◦ blue 156

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

Shades of Puce #CF869C

Tints of Puce #CF869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 41.65%
G = 26.96%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF869C (or 0xCF869C) is known color: Puce. HEX triplet: CF, 86 and 9C. RGB value is (207,134,156). Sum of RGB (Red+Green+Blue) = 207+134+156=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF869C is #307963. Grayscale: #9E9E9E. Windows color (decimal): -3176804 or 10258127. OLE color: 10258127.

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

Color convert

RGB 207 134 156 -
CMYK 0 0.35 0.25 0.19
HSL 341.92º 0.43% 0.67% -
HSV(B) 341.92º 0.35% 0.81% -
XYZ 40.26 32.72 35.65 -
YUV 158.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 207 134 156 0 0.35 0.25 0.19 341.92 0.43 0.67
Hex CF 86 9C 0 23 19 13 156 2B 43
Octal 317 206 234 0 43 31 23 526 53 103
Binary 11001111 10000110 10011100 0 100011 11001 10011 101010110 101011 1000011

Color Harmonies of #CF869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF869C

Black with #CF869C

Text Example


Text Example

White with #CF869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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