Html Css Color HEX #CF84A0 Puce

📋 copy color: '#CF84A0'

red 207 ◦ green 132 ◦ blue 160

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

Shades of Puce #CF84A0

Tints of Puce #CF84A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 41.48%
G = 26.45%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF84A0 (or 0xCF84A0) is known color: Puce. HEX triplet: CF, 84 and A0. RGB value is (207,132,160). Sum of RGB (Red+Green+Blue) = 207+132+160=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84A0 is #307B5F. Grayscale: #9D9D9D. Windows color (decimal): -3177312 or 10519759. OLE color: 10519759.

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

Color convert

RGB 207 132 160 -
CMYK 0 0.36 0.23 0.19
HSL 337.6º 0.44% 0.66% -
HSV(B) 337.6º 0.36% 0.81% -
XYZ 40.33 32.31 37.37 -
YUV 157.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 207 132 160 0 0.36 0.23 0.19 337.6 0.44 0.66
Hex CF 84 A0 0 24 17 13 152 2C 42
Octal 317 204 240 0 44 27 23 522 54 102
Binary 11001111 10000100 10100000 0 100100 10111 10011 101010010 101100 1000010

Color Harmonies of #CF84A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84A0

Black with #CF84A0

Text Example


Text Example

White with #CF84A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84A0; }

 p { color: rgb(207,132,160); }

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

background-color css

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

 a { background-color: rgb(207,132,160); }

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

border-color css

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

 span { border-color: rgb(207,132,160); }

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