Html Css Color HEX #CF8395 Puce

📋 copy color: '#CF8395'

red 207 ◦ green 131 ◦ blue 149

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

Shades of Puce #CF8395

Tints of Puce #CF8395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.9%

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

R = 42.51%
G = 26.9%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF8395 (or 0xCF8395) is known color: Puce. HEX triplet: CF, 83 and 95. RGB value is (207,131,149). Sum of RGB (Red+Green+Blue) = 207+131+149=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8395 is #307C6A. Grayscale: #9B9B9B. Windows color (decimal): -3177579 or 9798607. OLE color: 9798607.

HSL color Cylindrical-coordinate representation of color #CF8395: hue angle of 345.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF8395 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 149 -
CMYK 0 0.37 0.28 0.19
HSL 345.79º 0.44% 0.66% -
HSV(B) 345.79º 0.37% 0.81% -
XYZ 39.27 31.67 32.48 -
YUV 155.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 207 131 149 0 0.37 0.28 0.19 345.79 0.44 0.66
Hex CF 83 95 0 25 1C 13 15A 2C 42
Octal 317 203 225 0 45 34 23 532 54 102
Binary 11001111 10000011 10010101 0 100101 11100 10011 101011010 101100 1000010

Color Harmonies of #CF8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8395

Black with #CF8395

Text Example


Text Example

White with #CF8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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