Html Css Color HEX #CF829C Puce

📋 copy color: '#CF829C'

red 207 ◦ green 130 ◦ blue 156

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

Shades of Puce #CF829C

Tints of Puce #CF829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.64%

R = 41.99%
G = 26.37%
B = 31.64%

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

#CF829C (or 0xCF829C) is known color: Puce. HEX triplet: CF, 82 and 9C. RGB value is (207,130,156). Sum of RGB (Red+Green+Blue) = 207+130+156=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF829C is #307D63. Grayscale: #9B9B9B. Windows color (decimal): -3177828 or 10257103. OLE color: 10257103.

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

Color convert

RGB 207 130 156 -
CMYK 0 0.37 0.25 0.19
HSL 339.74º 0.45% 0.66% -
HSV(B) 339.74º 0.37% 0.81% -
XYZ 39.72 31.63 35.46 -
YUV 155.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 207 130 156 0 0.37 0.25 0.19 339.74 0.45 0.66
Hex CF 82 9C 0 25 19 13 154 2D 42
Octal 317 202 234 0 45 31 23 524 55 102
Binary 11001111 10000010 10011100 0 100101 11001 10011 101010100 101101 1000010

Color Harmonies of #CF829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF829C

Black with #CF829C

Text Example


Text Example

White with #CF829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF829C; }

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

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

background-color css

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

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

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

border-color css

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

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

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