Html Css Color HEX #CF8399 Puce

📋 copy color: '#CF8399'

red 207 ◦ green 131 ◦ blue 153

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

Shades of Puce #CF8399

Tints of Puce #CF8399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.68%

 BLUE value IS 153 (60.16% from 255) = 31.16%

R = 42.16%
G = 26.68%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF8399 (or 0xCF8399) is known color: Puce. HEX triplet: CF, 83 and 99. RGB value is (207,131,153). Sum of RGB (Red+Green+Blue) = 207+131+153=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8399 is #307C66. Grayscale: #9C9C9C. Windows color (decimal): -3177575 or 10060751. OLE color: 10060751.

HSL color Cylindrical-coordinate representation of color #CF8399: hue angle of 342.63º degrees, saturation: 0.44, 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 #CF8399 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 153 -
CMYK 0 0.37 0.26 0.19
HSL 342.63º 0.44% 0.66% -
HSV(B) 342.63º 0.37% 0.81% -
XYZ 39.6 31.8 34.19 -
YUV 156.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 207 131 153 0 0.37 0.26 0.19 342.63 0.44 0.66
Hex CF 83 99 0 25 1A 13 157 2C 42
Octal 317 203 231 0 45 32 23 527 54 102
Binary 11001111 10000011 10011001 0 100101 11010 10011 101010111 101100 1000010

Color Harmonies of #CF8399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8399

Black with #CF8399

Text Example


Text Example

White with #CF8399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8399; }

 p { color: rgb(207,131,153); }

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

background-color css

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

 a { background-color: rgb(207,131,153); }

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

border-color css

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

 span { border-color: rgb(207,131,153); }

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