Html Css Color HEX #CF839B Puce

📋 copy color: '#CF839B'

red 207 ◦ green 131 ◦ blue 155

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

Shades of Puce #CF839B

Tints of Puce #CF839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 41.99%
G = 26.57%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF839B (or 0xCF839B) is known color: Puce. HEX triplet: CF, 83 and 9B. RGB value is (207,131,155). Sum of RGB (Red+Green+Blue) = 207+131+155=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF839B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF839B is #307C64. Grayscale: #9C9C9C. Windows color (decimal): -3177573 or 10191823. OLE color: 10191823.

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

Color convert

RGB 207 131 155 -
CMYK 0 0.37 0.25 0.19
HSL 341.05º 0.44% 0.66% -
HSV(B) 341.05º 0.37% 0.81% -
XYZ 39.76 31.86 35.06 -
YUV 156.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 207 131 155 0 0.37 0.25 0.19 341.05 0.44 0.66
Hex CF 83 9B 0 25 19 13 155 2C 42
Octal 317 203 233 0 45 31 23 525 54 102
Binary 11001111 10000011 10011011 0 100101 11001 10011 101010101 101100 1000010

Color Harmonies of #CF839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF839B

Black with #CF839B

Text Example


Text Example

White with #CF839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF839B; }

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

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

background-color css

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

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

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

border-color css

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

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

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