Html Css Color HEX #CF6580 Charm

📋 copy color: '#CF6580'

red 207 ◦ green 101 ◦ blue 128

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

Shades of Charm #CF6580

Tints of Charm #CF6580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 47.48%
G = 23.17%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF6580 (or 0xCF6580) is known color: Charm. HEX triplet: CF, 65 and 80. RGB value is (207,101,128). Sum of RGB (Red+Green+Blue) = 207+101+128=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6580 is #309A7F. Grayscale: #878787. Windows color (decimal): -3185280 or 8414671. OLE color: 8414671.

HSL color Cylindrical-coordinate representation of color #CF6580: hue angle of 344.72º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6580 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 101 128 -
CMYK 0 0.51 0.38 0.19
HSL 344.72º 0.52% 0.6% -
HSV(B) 344.72º 0.51% 0.81% -
XYZ 34.28 24.13 23.27 -
YUV 135.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 207 101 128 0 0.51 0.38 0.19 344.72 0.52 0.6
Hex CF 65 80 0 33 26 13 159 34 3C
Octal 317 145 200 0 63 46 23 531 64 74
Binary 11001111 1100101 10000000 0 110011 100110 10011 101011001 110100 111100

Color Harmonies of #CF6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6580

Black with #CF6580

Text Example


Text Example

White with #CF6580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6580; }

 p { color: rgb(207,101,128); }

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

background-color css

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

 a { background-color: rgb(207,101,128); }

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

border-color css

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

 span { border-color: rgb(207,101,128); }

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