Html Css Color HEX #CF8591 Puce

📋 copy color: '#CF8591'

red 207 ◦ green 133 ◦ blue 145

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

Shades of Puce #CF8591

Tints of Puce #CF8591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 42.68%
G = 27.42%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF8591 (or 0xCF8591) is known color: Puce. HEX triplet: CF, 85 and 91. RGB value is (207,133,145). Sum of RGB (Red+Green+Blue) = 207+133+145=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8591 is #307A6E. Grayscale: #9C9C9C. Windows color (decimal): -3177071 or 9536975. OLE color: 9536975.

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

Color convert

RGB 207 133 145 -
CMYK 0 0.36 0.30 0.19
HSL 350.27º 0.44% 0.67% -
HSV(B) 350.27º 0.36% 0.81% -
XYZ 39.23 32.08 30.91 -
YUV 156.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 207 133 145 0 0.36 0.30 0.19 350.27 0.44 0.67
Hex CF 85 91 0 24 1E 13 15E 2C 43
Octal 317 205 221 0 44 36 23 536 54 103
Binary 11001111 10000101 10010001 0 100100 11110 10011 101011110 101100 1000011

Color Harmonies of #CF8591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8591

Black with #CF8591

Text Example


Text Example

White with #CF8591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8591; }

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

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

background-color css

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

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

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

border-color css

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

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

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