Html Css Color HEX #CF8490 Puce

📋 copy color: '#CF8490'

red 207 ◦ green 132 ◦ blue 144

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

Shades of Puce #CF8490

Tints of Puce #CF8490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 42.86%
G = 27.33%
B = 29.81%

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

#CF8490 (or 0xCF8490) is known color: Puce. HEX triplet: CF, 84 and 90. RGB value is (207,132,144). Sum of RGB (Red+Green+Blue) = 207+132+144=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8490 is #307B6F. Grayscale: #9B9B9B. Windows color (decimal): -3177328 or 9471183. OLE color: 9471183.

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

Color convert

RGB 207 132 144 -
CMYK 0 0.36 0.30 0.19
HSL 350.4º 0.44% 0.66% -
HSV(B) 350.4º 0.36% 0.81% -
XYZ 39.02 31.78 30.46 -
YUV 155.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 207 132 144 0 0.36 0.30 0.19 350.4 0.44 0.66
Hex CF 84 90 0 24 1E 13 15E 2C 42
Octal 317 204 220 0 44 36 23 536 54 102
Binary 11001111 10000100 10010000 0 100100 11110 10011 101011110 101100 1000010

Color Harmonies of #CF8490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8490

Black with #CF8490

Text Example


Text Example

White with #CF8490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8490; }

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

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

background-color css

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

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

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

border-color css

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

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

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