Html Css Color HEX #CF6682 Charm

📋 copy color: '#CF6682'

red 207 ◦ green 102 ◦ blue 130

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

Shades of Charm #CF6682

Tints of Charm #CF6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.23%

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 47.15%
G = 23.23%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF6682 (or 0xCF6682) is known color: Charm. HEX triplet: CF, 66 and 82. RGB value is (207,102,130). Sum of RGB (Red+Green+Blue) = 207+102+130=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6682 is #30997D. Grayscale: #888888. Windows color (decimal): -3185022 or 8545999. OLE color: 8545999.

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

Color convert

RGB 207 102 130 -
CMYK 0 0.51 0.37 0.19
HSL 344º 0.52% 0.61% -
HSV(B) 344º 0.51% 0.81% -
XYZ 34.51 24.38 24.01 -
YUV 136.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 207 102 130 0 0.51 0.37 0.19 344 0.52 0.61
Hex CF 66 82 0 33 25 13 158 34 3D
Octal 317 146 202 0 63 45 23 530 64 75
Binary 11001111 1100110 10000010 0 110011 100101 10011 101011000 110100 111101

Color Harmonies of #CF6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6682

Black with #CF6682

Text Example


Text Example

White with #CF6682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6682; }

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

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

background-color css

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

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

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

border-color css

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

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

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