Html Css Color HEX #CF809B Puce

📋 copy color: '#CF809B'

red 207 ◦ green 128 ◦ blue 155

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

Shades of Puce #CF809B

Tints of Puce #CF809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.12%

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

R = 42.24%
G = 26.12%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF809B (or 0xCF809B) is known color: Puce. HEX triplet: CF, 80 and 9B. RGB value is (207,128,155). Sum of RGB (Red+Green+Blue) = 207+128+155=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809B is #307F64. Grayscale: #9A9A9A. Windows color (decimal): -3178341 or 10191055. OLE color: 10191055.

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

Color convert

RGB 207 128 155 -
CMYK 0 0.38 0.25 0.19
HSL 339.49º 0.45% 0.66% -
HSV(B) 339.49º 0.38% 0.81% -
XYZ 39.37 31.07 34.93 -
YUV 154.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 207 128 155 0 0.38 0.25 0.19 339.49 0.45 0.66
Hex CF 80 9B 0 26 19 13 153 2D 42
Octal 317 200 233 0 46 31 23 523 55 102
Binary 11001111 10000000 10011011 0 100110 11001 10011 101010011 101101 1000010

Color Harmonies of #CF809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF809B

Black with #CF809B

Text Example


Text Example

White with #CF809B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF809B; }

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

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

background-color css

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

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

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

border-color css

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

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

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