Html Css Color HEX #CF8695 Puce

📋 copy color: '#CF8695'

red 207 ◦ green 134 ◦ blue 149

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

Shades of Puce #CF8695

Tints of Puce #CF8695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 42.24%
G = 27.35%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF8695 (or 0xCF8695) is known color: Puce. HEX triplet: CF, 86 and 95. RGB value is (207,134,149). Sum of RGB (Red+Green+Blue) = 207+134+149=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8695 is #30796A. Grayscale: #9D9D9D. Windows color (decimal): -3176811 or 9799375. OLE color: 9799375.

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

Color convert

RGB 207 134 149 -
CMYK 0 0.35 0.28 0.19
HSL 347.67º 0.43% 0.67% -
HSV(B) 347.67º 0.35% 0.81% -
XYZ 39.68 32.49 32.61 -
YUV 157.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 207 134 149 0 0.35 0.28 0.19 347.67 0.43 0.67
Hex CF 86 95 0 23 1C 13 15C 2B 43
Octal 317 206 225 0 43 34 23 534 53 103
Binary 11001111 10000110 10010101 0 100011 11100 10011 101011100 101011 1000011

Color Harmonies of #CF8695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8695

Black with #CF8695

Text Example


Text Example

White with #CF8695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8695; }

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

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

background-color css

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

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

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

border-color css

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

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

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