Html Css Color HEX #CF8596 Puce

📋 copy color: '#CF8596'

red 207 ◦ green 133 ◦ blue 150

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

Shades of Puce #CF8596

Tints of Puce #CF8596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 42.24%
G = 27.14%
B = 30.61%

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

#CF8596 (or 0xCF8596) is known color: Puce. HEX triplet: CF, 85 and 96. RGB value is (207,133,150). Sum of RGB (Red+Green+Blue) = 207+133+150=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8596 is #307A69. Grayscale: #9D9D9D. Windows color (decimal): -3177066 or 9864655. OLE color: 9864655.

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

Color convert

RGB 207 133 150 -
CMYK 0 0.36 0.28 0.19
HSL 346.22º 0.44% 0.67% -
HSV(B) 346.22º 0.36% 0.81% -
XYZ 39.62 32.24 32.99 -
YUV 157.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 207 133 150 0 0.36 0.28 0.19 346.22 0.44 0.67
Hex CF 85 96 0 24 1C 13 15A 2C 43
Octal 317 205 226 0 44 34 23 532 54 103
Binary 11001111 10000101 10010110 0 100100 11100 10011 101011010 101100 1000011

Color Harmonies of #CF8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8596

Black with #CF8596

Text Example


Text Example

White with #CF8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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