Html Css Color HEX #CF828C Charm

📋 copy color: '#CF828C'

red 207 ◦ green 130 ◦ blue 140

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

Shades of Charm #CF828C

Tints of Charm #CF828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 43.4%
G = 27.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF828C (or 0xCF828C) is known color: Charm. HEX triplet: CF, 82 and 8C. RGB value is (207,130,140). Sum of RGB (Red+Green+Blue) = 207+130+140=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF828C is #307D73. Grayscale: #9A9A9A. Windows color (decimal): -3177844 or 9208527. OLE color: 9208527.

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

Color convert

RGB 207 130 140 -
CMYK 0 0.37 0.32 0.19
HSL 352.21º 0.45% 0.66% -
HSV(B) 352.21º 0.37% 0.81% -
XYZ 38.45 31.12 28.79 -
YUV 154.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 207 130 140 0 0.37 0.32 0.19 352.21 0.45 0.66
Hex CF 82 8C 0 25 20 13 160 2D 42
Octal 317 202 214 0 45 40 23 540 55 102
Binary 11001111 10000010 10001100 0 100101 100000 10011 101100000 101101 1000010

Color Harmonies of #CF828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF828C

Black with #CF828C

Text Example


Text Example

White with #CF828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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