Html Css Color HEX #CF8290 Puce

📋 copy color: '#CF8290'

red 207 ◦ green 130 ◦ blue 144

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

Shades of Puce #CF8290

Tints of Puce #CF8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

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

R = 43.04%
G = 27.03%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF8290 (or 0xCF8290) is known color: Puce. HEX triplet: CF, 82 and 90. RGB value is (207,130,144). Sum of RGB (Red+Green+Blue) = 207+130+144=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8290 is #307D6F. Grayscale: #9A9A9A. Windows color (decimal): -3177840 or 9470671. OLE color: 9470671.

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

Color convert

RGB 207 130 144 -
CMYK 0 0.37 0.30 0.19
HSL 349.09º 0.45% 0.66% -
HSV(B) 349.09º 0.37% 0.81% -
XYZ 38.75 31.24 30.37 -
YUV 154.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 207 130 144 0 0.37 0.30 0.19 349.09 0.45 0.66
Hex CF 82 90 0 25 1E 13 15D 2D 42
Octal 317 202 220 0 45 36 23 535 55 102
Binary 11001111 10000010 10010000 0 100101 11110 10011 101011101 101101 1000010

Color Harmonies of #CF8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8290

Black with #CF8290

Text Example


Text Example

White with #CF8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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