Html Css Color HEX #CF8590 Puce

📋 copy color: '#CF8590'

red 207 ◦ green 133 ◦ blue 144

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

Shades of Puce #CF8590

Tints of Puce #CF8590

RGB

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

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

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

R = 42.77%
G = 27.48%
B = 29.75%

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

#CF8590 (or 0xCF8590) is known color: Puce. HEX triplet: CF, 85 and 90. RGB value is (207,133,144). Sum of RGB (Red+Green+Blue) = 207+133+144=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8590 is #307A6F. Grayscale: #9C9C9C. Windows color (decimal): -3177072 or 9471439. OLE color: 9471439.

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

Color convert

RGB 207 133 144 -
CMYK 0 0.36 0.30 0.19
HSL 351.08º 0.44% 0.67% -
HSV(B) 351.08º 0.36% 0.81% -
XYZ 39.15 32.05 30.51 -
YUV 156.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 207 133 144 0 0.36 0.30 0.19 351.08 0.44 0.67
Hex CF 85 90 0 24 1E 13 15F 2C 43
Octal 317 205 220 0 44 36 23 537 54 103
Binary 11001111 10000101 10010000 0 100100 11110 10011 101011111 101100 1000011

Color Harmonies of #CF8590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8590

Black with #CF8590

Text Example


Text Example

White with #CF8590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8590; }

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

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

background-color css

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

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

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

border-color css

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

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

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