Html Css Color HEX #CF8595 Puce

📋 copy color: '#CF8595'

red 207 ◦ green 133 ◦ blue 149

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

Shades of Puce #CF8595

Tints of Puce #CF8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 42.33%
G = 27.2%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF8595 (or 0xCF8595) is known color: Puce. HEX triplet: CF, 85 and 95. RGB value is (207,133,149). Sum of RGB (Red+Green+Blue) = 207+133+149=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8595 is #307A6A. Grayscale: #9C9C9C. Windows color (decimal): -3177067 or 9799119. OLE color: 9799119.

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

Color convert

RGB 207 133 149 -
CMYK 0 0.36 0.28 0.19
HSL 347.03º 0.44% 0.67% -
HSV(B) 347.03º 0.36% 0.81% -
XYZ 39.54 32.21 32.57 -
YUV 156.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 207 133 149 0 0.36 0.28 0.19 347.03 0.44 0.67
Hex CF 85 95 0 24 1C 13 15B 2C 43
Octal 317 205 225 0 44 34 23 533 54 103
Binary 11001111 10000101 10010101 0 100100 11100 10011 101011011 101100 1000011

Color Harmonies of #CF8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8595

Black with #CF8595

Text Example


Text Example

White with #CF8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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