Html Css Color HEX #CF829E Puce

📋 copy color: '#CF829E'

red 207 ◦ green 130 ◦ blue 158

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

Shades of Puce #CF829E

Tints of Puce #CF829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.26%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 41.82%
G = 26.26%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF829E (or 0xCF829E) is known color: Puce. HEX triplet: CF, 82 and 9E. RGB value is (207,130,158). Sum of RGB (Red+Green+Blue) = 207+130+158=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF829E is #307D61. Grayscale: #9C9C9C. Windows color (decimal): -3177826 or 10388175. OLE color: 10388175.

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

Color convert

RGB 207 130 158 -
CMYK 0 0.37 0.24 0.19
HSL 338.18º 0.45% 0.66% -
HSV(B) 338.18º 0.37% 0.81% -
XYZ 39.89 31.7 36.36 -
YUV 156.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 207 130 158 0 0.37 0.24 0.19 338.18 0.45 0.66
Hex CF 82 9E 0 25 18 13 152 2D 42
Octal 317 202 236 0 45 30 23 522 55 102
Binary 11001111 10000010 10011110 0 100101 11000 10011 101010010 101101 1000010

Color Harmonies of #CF829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF829E

Black with #CF829E

Text Example


Text Example

White with #CF829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF829E; }

 p { color: rgb(207,130,158); }

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

background-color css

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

 a { background-color: rgb(207,130,158); }

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

border-color css

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

 span { border-color: rgb(207,130,158); }

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