Html Css Color HEX #CF81A1 Puce

📋 copy color: '#CF81A1'

red 207 ◦ green 129 ◦ blue 161

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

Shades of Puce #CF81A1

Tints of Puce #CF81A1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.96%

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 41.65%
G = 25.96%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF81A1 (or 0xCF81A1) is known color: Puce. HEX triplet: CF, 81 and A1. RGB value is (207,129,161). Sum of RGB (Red+Green+Blue) = 207+129+161=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF81A1 is #307E5E. Grayscale: #9B9B9B. Windows color (decimal): -3178079 or 10584527. OLE color: 10584527.

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

Color convert

RGB 207 129 161 -
CMYK 0 0.38 0.22 0.19
HSL 335.38º 0.45% 0.66% -
HSV(B) 335.38º 0.38% 0.81% -
XYZ 40.02 31.54 37.7 -
YUV 155.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 207 129 161 0 0.38 0.22 0.19 335.38 0.45 0.66
Hex CF 81 A1 0 26 16 13 14F 2D 42
Octal 317 201 241 0 46 26 23 517 55 102
Binary 11001111 10000001 10100001 0 100110 10110 10011 101001111 101101 1000010

Color Harmonies of #CF81A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF81A1

Black with #CF81A1

Text Example


Text Example

White with #CF81A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF81A1; }

 p { color: rgb(207,129,161); }

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

background-color css

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

 a { background-color: rgb(207,129,161); }

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

border-color css

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

 span { border-color: rgb(207,129,161); }

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