Html Css Color HEX #CF8491 Puce

📋 copy color: '#CF8491'

red 207 ◦ green 132 ◦ blue 145

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

Shades of Puce #CF8491

Tints of Puce #CF8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 42.77%
G = 27.27%
B = 29.96%

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

#CF8491 (or 0xCF8491) is known color: Puce. HEX triplet: CF, 84 and 91. RGB value is (207,132,145). Sum of RGB (Red+Green+Blue) = 207+132+145=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8491 is #307B6E. Grayscale: #9B9B9B. Windows color (decimal): -3177327 or 9536719. OLE color: 9536719.

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

Color convert

RGB 207 132 145 -
CMYK 0 0.36 0.30 0.19
HSL 349.6º 0.44% 0.66% -
HSV(B) 349.6º 0.36% 0.81% -
XYZ 39.09 31.81 30.87 -
YUV 155.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 207 132 145 0 0.36 0.30 0.19 349.6 0.44 0.66
Hex CF 84 91 0 24 1E 13 15E 2C 42
Octal 317 204 221 0 44 36 23 536 54 102
Binary 11001111 10000100 10010001 0 100100 11110 10011 101011110 101100 1000010

Color Harmonies of #CF8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8491

Black with #CF8491

Text Example


Text Example

White with #CF8491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8491; }

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

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

background-color css

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

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

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

border-color css

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

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

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